Html Css Color HEX #EE0B1B Torch Red

📋 copy color: '#EE0B1B'

red 238 ◦ green 11 ◦ blue 27

#EE0B1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #EE0B1B

Tints of Torch Red #EE0B1B

RGB

 RED value IS 238 (93.36% from 255) = 86.23%

 GREEN value IS 11 (4.69% from 255) = 3.99%

 BLUE value IS 27 (10.94% from 255) = 9.78%

R = 86.23%
G = 3.99%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE0B1B (or 0xEE0B1B) is known color: Torch Red. HEX triplet: EE, 0B and 1B. RGB value is (238,11,27). Sum of RGB (Red+Green+Blue) = 238+11+27=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0B1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0B1B is #11F4E4. Grayscale: #505050. Windows color (decimal): -1176805 or 1772526. OLE color: 1772526.

HSL color Cylindrical-coordinate representation of color #EE0B1B: hue angle of 355.77º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0B1B is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 11 27 -
CMYK 0 0.95 0.89 0.07
HSL 355.77º 0.91% 0.49% -
HSV(B) 355.77º 0.95% 0.93% -
XYZ 35.58 18.5 2.73 -
YUV 80.7 97.71 240.2 -
System Red Green Blue C M Y K H S L
Decimal 238 11 27 0 0.95 0.89 0.07 355.77 0.91 0.49
Hex EE B 1B 0 5F 59 7 164 5B 31
Octal 356 13 33 0 137 131 7 544 133 61
Binary 11101110 1011 11011 0 1011111 1011001 111 101100100 1011011 110001

Color Harmonies of #EE0B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0B1B

Black with #EE0B1B

Text Example


Text Example

White with #EE0B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0B1B; }

 p { color: rgb(238,11,27); }

 H1.HeaderClassName
 {
   color: #EE0B1B;
 }
 .AnyTagClassName
 {
   color: #EE0B1B;
 }
</style>

background-color css

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

 a { background-color: rgb(238,11,27); }

 div.DivClassName
 {
   background-color: #EE0B1B;
 }
 .BgClassName
 {
   background-color: #EE0B1B;
 }
</style>

border-color css

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

 span { border-color: rgb(238,11,27); }

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