Html Css Color HEX #EA4212 Orange Red

📋 copy color: '#EA4212'

red 234 ◦ green 66 ◦ blue 18

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

Shades of Orange Red #EA4212

Tints of Orange Red #EA4212

RGB

 RED value IS 234 (91.8% from 255) = 73.58%

 GREEN value IS 66 (26.17% from 255) = 20.75%

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

R = 73.58%
G = 20.75%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA4212 (or 0xEA4212) is known color: Orange Red. HEX triplet: EA, 42 and 12. RGB value is (234,66,18). Sum of RGB (Red+Green+Blue) = 234+66+18=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4212 is #15BDED. Grayscale: #6F6F6F. Windows color (decimal): -1424878 or 1196778. OLE color: 1196778.

HSL color Cylindrical-coordinate representation of color #EA4212: hue angle of 13.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA4212 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 66 18 -
CMYK 0 0.72 0.92 0.08
HSL 13.33º 0.86% 0.49% -
HSV(B) 13.33º 0.92% 0.92% -
XYZ 35.99 21.43 2.81 -
YUV 110.76 75.66 215.9 -
System Red Green Blue C M Y K H S L
Decimal 234 66 18 0 0.72 0.92 0.08 13.33 0.86 0.49
Hex EA 42 12 0 48 5C 8 D 56 31
Octal 352 102 22 0 110 134 10 15 126 61
Binary 11101010 1000010 10010 0 1001000 1011100 1000 1101 1010110 110001

Color Harmonies of #EA4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4212

Black with #EA4212

Text Example


Text Example

White with #EA4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4212; }

 p { color: rgb(234,66,18); }

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

background-color css

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

 a { background-color: rgb(234,66,18); }

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

border-color css

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

 span { border-color: rgb(234,66,18); }

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