Html Css Color HEX #EE0316 Torch Red

📋 copy color: '#EE0316'

red 238 ◦ green 3 ◦ blue 22

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

Shades of Torch Red #EE0316

Tints of Torch Red #EE0316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 22 (8.98% from 255) = 8.37%

R = 90.49%
G = 1.14%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE0316 (or 0xEE0316) is known color: Torch Red. HEX triplet: EE, 03 and 16. RGB value is (238,3,22). Sum of RGB (Red+Green+Blue) = 238+3+22=263 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.49% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0316 is #11FCE9. Grayscale: #4B4B4B. Windows color (decimal): -1178858 or 1442798. OLE color: 1442798.

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

Color convert

RGB 238 3 22 -
CMYK 0 0.99 0.91 0.07
HSL 355.15º 0.98% 0.47% -
HSV(B) 355.15º 0.99% 0.93% -
XYZ 35.44 18.3 2.42 -
YUV 75.43 97.86 243.96 -
System Red Green Blue C M Y K H S L
Decimal 238 3 22 0 0.99 0.91 0.07 355.15 0.98 0.47
Hex EE 3 16 0 63 5B 7 163 62 2F
Octal 356 3 26 0 143 133 7 543 142 57
Binary 11101110 11 10110 0 1100011 1011011 111 101100011 1100010 101111

Color Harmonies of #EE0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0316

Black with #EE0316

Text Example


Text Example

White with #EE0316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0316; }

 p { color: rgb(238,3,22); }

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

background-color css

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

 a { background-color: rgb(238,3,22); }

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

border-color css

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

 span { border-color: rgb(238,3,22); }

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