Html Css Color HEX #EE0319 Torch Red

📋 copy color: '#EE0319'

red 238 ◦ green 3 ◦ blue 25

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

Shades of Torch Red #EE0319

Tints of Torch Red #EE0319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.4%

R = 89.47%
G = 1.13%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE0319 (or 0xEE0319) is known color: Torch Red. HEX triplet: EE, 03 and 19. RGB value is (238,3,25). Sum of RGB (Red+Green+Blue) = 238+3+25=266 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.47% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0319 is #11FCE6. Grayscale: #4B4B4B. Windows color (decimal): -1178855 or 1639406. OLE color: 1639406.

HSL color Cylindrical-coordinate representation of color #EE0319: hue angle of 354.38º 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 #EE0319 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 3 25 -
CMYK 0 0.99 0.89 0.07
HSL 354.38º 0.98% 0.47% -
HSV(B) 354.38º 0.99% 0.93% -
XYZ 35.47 18.31 2.58 -
YUV 75.77 99.36 243.71 -
System Red Green Blue C M Y K H S L
Decimal 238 3 25 0 0.99 0.89 0.07 354.38 0.98 0.47
Hex EE 3 19 0 63 59 7 162 62 2F
Octal 356 3 31 0 143 131 7 542 142 57
Binary 11101110 11 11001 0 1100011 1011001 111 101100010 1100010 101111

Color Harmonies of #EE0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0319

Black with #EE0319

Text Example


Text Example

White with #EE0319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0319; }

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

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

background-color css

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

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

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

border-color css

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

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

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