Html Css Color HEX #EE0434 Torch Red

📋 copy color: '#EE0434'

red 238 ◦ green 4 ◦ blue 52

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

Shades of Torch Red #EE0434

Tints of Torch Red #EE0434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 80.95%
G = 1.36%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EE0434 (or 0xEE0434) is known color: Torch Red. HEX triplet: EE, 04 and 34. RGB value is (238,4,52). Sum of RGB (Red+Green+Blue) = 238+4+52=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0434 is #11FBCB. Grayscale: #4F4F4F. Windows color (decimal): -1178572 or 3409134. OLE color: 3409134.

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

Color convert

RGB 238 4 52 -
CMYK 0 0.98 0.78 0.07
HSL 347.69º 0.97% 0.47% -
HSV(B) 347.69º 0.98% 0.93% -
XYZ 35.92 18.51 4.93 -
YUV 79.44 112.52 241.1 -
System Red Green Blue C M Y K H S L
Decimal 238 4 52 0 0.98 0.78 0.07 347.69 0.97 0.47
Hex EE 4 34 0 62 4E 7 15C 61 2F
Octal 356 4 64 0 142 116 7 534 141 57
Binary 11101110 100 110100 0 1100010 1001110 111 101011100 1100001 101111

Color Harmonies of #EE0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0434

Black with #EE0434

Text Example


Text Example

White with #EE0434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0434; }

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

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

background-color css

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

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

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

border-color css

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

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

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