Html Css Color HEX #EE061A Torch Red

📋 copy color: '#EE061A'

red 238 ◦ green 6 ◦ blue 26

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

Shades of Torch Red #EE061A

Tints of Torch Red #EE061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 88.15%
G = 2.22%
B = 9.63%

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

#EE061A (or 0xEE061A) is known color: Torch Red. HEX triplet: EE, 06 and 1A. RGB value is (238,6,26). Sum of RGB (Red+Green+Blue) = 238+6+26=270 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.15% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 238 - color contains mainly: red. Hex color #EE061A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE061A is #11F9E5. Grayscale: #4D4D4D. Windows color (decimal): -1178086 or 1705710. OLE color: 1705710.

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

Color convert

RGB 238 6 26 -
CMYK 0 0.97 0.89 0.07
HSL 354.83º 0.95% 0.48% -
HSV(B) 354.83º 0.97% 0.93% -
XYZ 35.51 18.38 2.65 -
YUV 77.65 98.86 242.37 -
System Red Green Blue C M Y K H S L
Decimal 238 6 26 0 0.97 0.89 0.07 354.83 0.95 0.48
Hex EE 6 1A 0 61 59 7 163 5F 30
Octal 356 6 32 0 141 131 7 543 137 60
Binary 11101110 110 11010 0 1100001 1011001 111 101100011 1011111 110000

Color Harmonies of #EE061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE061A

Black with #EE061A

Text Example


Text Example

White with #EE061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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