Html Css Color HEX #EE062B Torch Red

📋 copy color: '#EE062B'

red 238 ◦ green 6 ◦ blue 43

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

Shades of Torch Red #EE062B

Tints of Torch Red #EE062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

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

R = 82.93%
G = 2.09%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE062B (or 0xEE062B) is known color: Torch Red. HEX triplet: EE, 06 and 2B. RGB value is (238,6,43). Sum of RGB (Red+Green+Blue) = 238+6+43=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE062B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE062B is #11F9D4. Grayscale: #4F4F4F. Windows color (decimal): -1178069 or 2819822. OLE color: 2819822.

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

Color convert

RGB 238 6 43 -
CMYK 0 0.97 0.82 0.07
HSL 350.43º 0.95% 0.48% -
HSV(B) 350.43º 0.97% 0.93% -
XYZ 35.76 18.48 3.97 -
YUV 79.59 107.36 240.99 -
System Red Green Blue C M Y K H S L
Decimal 238 6 43 0 0.97 0.82 0.07 350.43 0.95 0.48
Hex EE 6 2B 0 61 52 7 15E 5F 30
Octal 356 6 53 0 141 122 7 536 137 60
Binary 11101110 110 101011 0 1100001 1010010 111 101011110 1011111 110000

Color Harmonies of #EE062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE062B

Black with #EE062B

Text Example


Text Example

White with #EE062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE062B; }

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

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

background-color css

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

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

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

border-color css

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

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

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