Html Css Color HEX #EE0415 Torch Red

📋 copy color: '#EE0415'

red 238 ◦ green 4 ◦ blue 21

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

Shades of Torch Red #EE0415

Tints of Torch Red #EE0415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 21 (8.59% from 255) = 7.98%

R = 90.49%
G = 1.52%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE0415 (or 0xEE0415) is known color: Torch Red. HEX triplet: EE, 04 and 15. RGB value is (238,4,21). Sum of RGB (Red+Green+Blue) = 238+4+21=263 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.49% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0415 is #11FBEA. Grayscale: #4C4C4C. Windows color (decimal): -1178603 or 1377518. OLE color: 1377518.

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

Color convert

RGB 238 4 21 -
CMYK 0 0.98 0.91 0.07
HSL 355.64º 0.97% 0.47% -
HSV(B) 355.64º 0.98% 0.93% -
XYZ 35.44 18.32 2.38 -
YUV 75.9 97.02 243.62 -
System Red Green Blue C M Y K H S L
Decimal 238 4 21 0 0.98 0.91 0.07 355.64 0.97 0.47
Hex EE 4 15 0 62 5B 7 164 61 2F
Octal 356 4 25 0 142 133 7 544 141 57
Binary 11101110 100 10101 0 1100010 1011011 111 101100100 1100001 101111

Color Harmonies of #EE0415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0415

Black with #EE0415

Text Example


Text Example

White with #EE0415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0415; }

 p { color: rgb(238,4,21); }

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

background-color css

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

 a { background-color: rgb(238,4,21); }

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

border-color css

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

 span { border-color: rgb(238,4,21); }

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