Html Css Color HEX #EE012B Torch Red

📋 copy color: '#EE012B'

red 238 ◦ green 1 ◦ blue 43

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

Shades of Torch Red #EE012B

Tints of Torch Red #EE012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 84.4%
G = 0.35%
B = 15.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE012B (or 0xEE012B) is known color: Torch Red. HEX triplet: EE, 01 and 2B. RGB value is (238,1,43). Sum of RGB (Red+Green+Blue) = 238+1+43=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE012B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE012B is #11FED4. Grayscale: #4C4C4C. Windows color (decimal): -1179349 or 2818542. OLE color: 2818542.

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

Color convert

RGB 238 1 43 -
CMYK 0 1.00 0.82 0.07
HSL 349.37º 0.99% 0.47% -
HSV(B) 349.37º 1% 0.93% -
XYZ 35.71 18.37 3.95 -
YUV 76.65 109.02 243.08 -
System Red Green Blue C M Y K H S L
Decimal 238 1 43 0 1.00 0.82 0.07 349.37 0.99 0.47
Hex EE 1 2B 0 64 52 7 15D 63 2F
Octal 356 1 53 0 144 122 7 535 143 57
Binary 11101110 1 101011 0 1100100 1010010 111 101011101 1100011 101111

Color Harmonies of #EE012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE012B

Black with #EE012B

Text Example


Text Example

White with #EE012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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