Html Css Color HEX #EE061B Torch Red

📋 copy color: '#EE061B'

red 238 ◦ green 6 ◦ blue 27

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

Shades of Torch Red #EE061B

Tints of Torch Red #EE061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.96%

R = 87.82%
G = 2.21%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE061B (or 0xEE061B) is known color: Torch Red. HEX triplet: EE, 06 and 1B. RGB value is (238,6,27). Sum of RGB (Red+Green+Blue) = 238+6+27=271 (35% of max value = 765). Red value is 238 (93.36% from 255 or 87.82% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 238 - color contains mainly: red. Hex color #EE061B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE061B is #11F9E4. Grayscale: #4D4D4D. Windows color (decimal): -1178085 or 1771246. OLE color: 1771246.

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

Color convert

RGB 238 6 27 -
CMYK 0 0.97 0.89 0.07
HSL 354.57º 0.95% 0.48% -
HSV(B) 354.57º 0.97% 0.93% -
XYZ 35.52 18.39 2.71 -
YUV 77.76 99.36 242.29 -
System Red Green Blue C M Y K H S L
Decimal 238 6 27 0 0.97 0.89 0.07 354.57 0.95 0.48
Hex EE 6 1B 0 61 59 7 163 5F 30
Octal 356 6 33 0 141 131 7 543 137 60
Binary 11101110 110 11011 0 1100001 1011001 111 101100011 1011111 110000

Color Harmonies of #EE061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE061B

Black with #EE061B

Text Example


Text Example

White with #EE061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE061B; }

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

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

background-color css

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

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

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

border-color css

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

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

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