Html Css Color HEX #EE002A Torch Red

📋 copy color: '#EE002A'

red 238 ◦ green 0 ◦ blue 42

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

Shades of Torch Red #EE002A

Tints of Torch Red #EE002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 85%
G = 0%
B = 15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE002A (or 0xEE002A) is known color: Torch Red. HEX triplet: EE, 00 and 2A. RGB value is (238,0,42). Sum of RGB (Red+Green+Blue) = 238+0+42=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE002A is #11FFD5. Grayscale: #4C4C4C. Windows color (decimal): -1179606 or 2752750. OLE color: 2752750.

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

Color convert

RGB 238 0 42 -
CMYK 0 1 0.82 0.07
HSL 349.41º 1% 0.47% -
HSV(B) 349.41º 1% 0.93% -
XYZ 35.68 18.34 3.85 -
YUV 75.95 108.85 243.58 -
System Red Green Blue C M Y K H S L
Decimal 238 0 42 0 1 0.82 0.07 349.41 1 0.47
Hex EE 0 2A 0 64 52 7 15D 64 2F
Octal 356 0 52 0 144 122 7 535 144 57
Binary 11101110 0 101010 0 1100100 1010010 111 101011101 1100100 101111

Color Harmonies of #EE002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE002A

Black with #EE002A

Text Example


Text Example

White with #EE002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE002A; }

 p { color: rgb(238,0,42); }

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

background-color css

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

 a { background-color: rgb(238,0,42); }

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

border-color css

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

 span { border-color: rgb(238,0,42); }

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