Html Css Color HEX #EE0318 Torch Red

📋 copy color: '#EE0318'

red 238 ◦ green 3 ◦ blue 24

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

Shades of Torch Red #EE0318

Tints of Torch Red #EE0318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 89.81%
G = 1.13%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE0318 (or 0xEE0318) is known color: Torch Red. HEX triplet: EE, 03 and 18. RGB value is (238,3,24). Sum of RGB (Red+Green+Blue) = 238+3+24=265 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.81% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0318 is #11FCE7. Grayscale: #4B4B4B. Windows color (decimal): -1178856 or 1573870. OLE color: 1573870.

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

Color convert

RGB 238 3 24 -
CMYK 0 0.99 0.90 0.07
HSL 354.64º 0.98% 0.47% -
HSV(B) 354.64º 0.99% 0.93% -
XYZ 35.46 18.31 2.53 -
YUV 75.66 98.86 243.79 -
System Red Green Blue C M Y K H S L
Decimal 238 3 24 0 0.99 0.90 0.07 354.64 0.98 0.47
Hex EE 3 18 0 63 5A 7 163 62 2F
Octal 356 3 30 0 143 132 7 543 142 57
Binary 11101110 11 11000 0 1100011 1011010 111 101100011 1100010 101111

Color Harmonies of #EE0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0318

Black with #EE0318

Text Example


Text Example

White with #EE0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0318; }

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

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

background-color css

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

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

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

border-color css

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

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

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