#99253B

Color #99253B Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #99253B

Tints of Bright Red #99253B

Color information

#99253B (or 0x99253B) is unknown color: approx Bright Red. HEX triplet: 99, 25 and 3B. RGB value is (153,37,59). Sum of RGB (Red+Green+Blue) = 153+37+59=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #99253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99253B is #66DAC4. Grayscale: #4A4A4A. Windows color (decimal): -6740677 or 3876249. OLE color: 3876249.

HSL color Cylindrical-coordinate representation of color #99253B: hue angle of 348.62º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99253B is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1533759-
CMYK00.760.610.4
HSL348.62º61.05%37.25%-
HSV(B)348.62º75.82%60%-
XYZ14.598.414.99-
YUV74.19119.43184.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 61.45%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 59 (23.44% from 255) = 23.69%
R=61.45%
G=14.86%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153375900.760.610.4348.6261.0537.25
Hex99253B04C3D2815d3d25
Octal2314573011475505357545
Binary1001100110010111101101001100111101101000101011101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99253B; }

 p { color: rgb(153,37,59); }

 H1.HeaderClassName
 {
   color: #99253B;
 }
 .AnyTagClassName
 {
   color: #99253B;
 }
</style>
background-color css

<style>
 a { background-color: #99253B; }

 a { background-color: rgb(153,37,59); }

 div.DivClassName
 {
   background-color: #99253B;
 }
 .BgClassName
 {
   background-color: #99253B;
 }
</style>
border-color css

<style>
 span { border-color: #99253B; }

 span { border-color: rgb(153,37,59); }

 td.TdClassName
 {
   border-color: #99253B;
 }
 .TagClassName
 {
   border-color: #99253B;
 }
</style>