Html Css Color HEX #EE3C0C Orange Red

📋 copy color: '#EE3C0C'

red 238 ◦ green 60 ◦ blue 12

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

Shades of Orange Red #EE3C0C

Tints of Orange Red #EE3C0C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.35%

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 76.77%
G = 19.35%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE3C0C (or 0xEE3C0C) is known color: Orange Red. HEX triplet: EE, 3C and 0C. RGB value is (238,60,12). Sum of RGB (Red+Green+Blue) = 238+60+12=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3C0C is #11C3F3. Grayscale: #6C6C6C. Windows color (decimal): -1164276 or 802030. OLE color: 802030.

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

Color convert

RGB 238 60 12 -
CMYK 0 0.75 0.95 0.07
HSL 12.74º 0.9% 0.49% -
HSV(B) 12.74º 0.95% 0.93% -
XYZ 36.94 21.44 2.54 -
YUV 107.75 73.97 220.9 -
System Red Green Blue C M Y K H S L
Decimal 238 60 12 0 0.75 0.95 0.07 12.74 0.9 0.49
Hex EE 3C C 0 4B 5F 7 D 5A 31
Octal 356 74 14 0 113 137 7 15 132 61
Binary 11101110 111100 1100 0 1001011 1011111 111 1101 1011010 110001

Color Harmonies of #EE3C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3C0C

Black with #EE3C0C

Text Example


Text Example

White with #EE3C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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