Html Css Color HEX #EE042B Torch Red

📋 copy color: '#EE042B'

red 238 ◦ green 4 ◦ blue 43

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

Shades of Torch Red #EE042B

Tints of Torch Red #EE042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 83.51%
G = 1.4%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE042B (or 0xEE042B) is known color: Torch Red. HEX triplet: EE, 04 and 2B. RGB value is (238,4,43). Sum of RGB (Red+Green+Blue) = 238+4+43=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE042B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE042B is #11FBD4. Grayscale: #4E4E4E. Windows color (decimal): -1178581 or 2819310. OLE color: 2819310.

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

Color convert

RGB 238 4 43 -
CMYK 0 0.98 0.82 0.07
HSL 350º 0.97% 0.47% -
HSV(B) 350º 0.98% 0.93% -
XYZ 35.74 18.44 3.96 -
YUV 78.41 108.02 241.83 -
System Red Green Blue C M Y K H S L
Decimal 238 4 43 0 0.98 0.82 0.07 350 0.97 0.47
Hex EE 4 2B 0 62 52 7 15E 61 2F
Octal 356 4 53 0 142 122 7 536 141 57
Binary 11101110 100 101011 0 1100010 1010010 111 101011110 1100001 101111

Color Harmonies of #EE042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE042B

Black with #EE042B

Text Example


Text Example

White with #EE042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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