Html Css Color HEX #EE3A12 Orange Red

📋 copy color: '#EE3A12'

red 238 ◦ green 58 ◦ blue 18

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

Shades of Orange Red #EE3A12

Tints of Orange Red #EE3A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.47%

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 75.8%
G = 18.47%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE3A12 (or 0xEE3A12) is known color: Orange Red. HEX triplet: EE, 3A and 12. RGB value is (238,58,18). Sum of RGB (Red+Green+Blue) = 238+58+18=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3A12 is #11C5ED. Grayscale: #6B6B6B. Windows color (decimal): -1164782 or 1194734. OLE color: 1194734.

HSL color Cylindrical-coordinate representation of color #EE3A12: hue angle of 10.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE3A12 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 58 18 -
CMYK 0 0.76 0.92 0.07
HSL 10.91º 0.87% 0.5% -
HSV(B) 10.91º 0.92% 0.93% -
XYZ 36.88 21.25 2.73 -
YUV 107.26 77.63 221.25 -
System Red Green Blue C M Y K H S L
Decimal 238 58 18 0 0.76 0.92 0.07 10.91 0.87 0.5
Hex EE 3A 12 0 4C 5C 7 B 57 32
Octal 356 72 22 0 114 134 7 13 127 62
Binary 11101110 111010 10010 0 1001100 1011100 111 1011 1010111 110010

Color Harmonies of #EE3A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3A12

Black with #EE3A12

Text Example


Text Example

White with #EE3A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3A12; }

 p { color: rgb(238,58,18); }

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

background-color css

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

 a { background-color: rgb(238,58,18); }

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

border-color css

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

 span { border-color: rgb(238,58,18); }

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