Html Css Color HEX #EE0C2E Torch Red

📋 copy color: '#EE0C2E'

red 238 ◦ green 12 ◦ blue 46

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

Shades of Torch Red #EE0C2E

Tints of Torch Red #EE0C2E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.05%

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 80.41%
G = 4.05%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE0C2E (or 0xEE0C2E) is known color: Torch Red. HEX triplet: EE, 0C and 2E. RGB value is (238,12,46). Sum of RGB (Red+Green+Blue) = 238+12+46=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0C2E is #11F3D1. Grayscale: #535353. Windows color (decimal): -1176530 or 3017966. OLE color: 3017966.

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

Color convert

RGB 238 12 46 -
CMYK 0 0.95 0.81 0.07
HSL 350.97º 0.9% 0.49% -
HSV(B) 350.97º 0.95% 0.93% -
XYZ 35.88 18.64 4.29 -
YUV 83.45 106.87 238.24 -
System Red Green Blue C M Y K H S L
Decimal 238 12 46 0 0.95 0.81 0.07 350.97 0.9 0.49
Hex EE C 2E 0 5F 51 7 15F 5A 31
Octal 356 14 56 0 137 121 7 537 132 61
Binary 11101110 1100 101110 0 1011111 1010001 111 101011111 1011010 110001

Color Harmonies of #EE0C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C2E

Black with #EE0C2E

Text Example


Text Example

White with #EE0C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C2E; }

 p { color: rgb(238,12,46); }

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

background-color css

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

 a { background-color: rgb(238,12,46); }

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

border-color css

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

 span { border-color: rgb(238,12,46); }

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