Html Css Color HEX #EE0515 Torch Red

📋 copy color: '#EE0515'

red 238 ◦ green 5 ◦ blue 21

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

Shades of Torch Red #EE0515

Tints of Torch Red #EE0515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 90.15%
G = 1.89%
B = 7.95%

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

#EE0515 (or 0xEE0515) is known color: Torch Red. HEX triplet: EE, 05 and 15. RGB value is (238,5,21). Sum of RGB (Red+Green+Blue) = 238+5+21=264 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.15% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0515 is #11FAEA. Grayscale: #4C4C4C. Windows color (decimal): -1178347 or 1377774. OLE color: 1377774.

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

Color convert

RGB 238 5 21 -
CMYK 0 0.98 0.91 0.07
HSL 355.88º 0.96% 0.48% -
HSV(B) 355.88º 0.98% 0.93% -
XYZ 35.45 18.34 2.38 -
YUV 76.49 96.69 243.2 -
System Red Green Blue C M Y K H S L
Decimal 238 5 21 0 0.98 0.91 0.07 355.88 0.96 0.48
Hex EE 5 15 0 62 5B 7 164 60 30
Octal 356 5 25 0 142 133 7 544 140 60
Binary 11101110 101 10101 0 1100010 1011011 111 101100100 1100000 110000

Color Harmonies of #EE0515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0515

Black with #EE0515

Text Example


Text Example

White with #EE0515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0515; }

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

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

background-color css

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

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

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

border-color css

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

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

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