Html Css Color HEX #EE0D1E Torch Red

📋 copy color: '#EE0D1E'

red 238 ◦ green 13 ◦ blue 30

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

Shades of Torch Red #EE0D1E

Tints of Torch Red #EE0D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.63%

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 84.7%
G = 4.63%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE0D1E (or 0xEE0D1E) is known color: Torch Red. HEX triplet: EE, 0D and 1E. RGB value is (238,13,30). Sum of RGB (Red+Green+Blue) = 238+13+30=281 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.70% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0D1E is #11F2E1. Grayscale: #525252. Windows color (decimal): -1176290 or 1969646. OLE color: 1969646.

HSL color Cylindrical-coordinate representation of color #EE0D1E: hue angle of 355.47º degrees, saturation: 0.9, 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 #EE0D1E is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 13 30 -
CMYK 0 0.95 0.87 0.07
HSL 355.47º 0.9% 0.49% -
HSV(B) 355.47º 0.95% 0.93% -
XYZ 35.64 18.56 2.93 -
YUV 82.21 98.54 239.12 -
System Red Green Blue C M Y K H S L
Decimal 238 13 30 0 0.95 0.87 0.07 355.47 0.9 0.49
Hex EE D 1E 0 5F 57 7 163 5A 31
Octal 356 15 36 0 137 127 7 543 132 61
Binary 11101110 1101 11110 0 1011111 1010111 111 101100011 1011010 110001

Color Harmonies of #EE0D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0D1E

Black with #EE0D1E

Text Example


Text Example

White with #EE0D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0D1E; }

 p { color: rgb(238,13,30); }

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

background-color css

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

 a { background-color: rgb(238,13,30); }

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

border-color css

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

 span { border-color: rgb(238,13,30); }

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