Html Css Color HEX #EA4B1E Cinnabar

📋 copy color: '#EA4B1E'

red 234 ◦ green 75 ◦ blue 30

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

Shades of Cinnabar #EA4B1E

Tints of Cinnabar #EA4B1E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.12%

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 69.03%
G = 22.12%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA4B1E (or 0xEA4B1E) is known color: Cinnabar. HEX triplet: EA, 4B and 1E. RGB value is (234,75,30). Sum of RGB (Red+Green+Blue) = 234+75+30=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4B1E is #15B4E1. Grayscale: #757575. Windows color (decimal): -1422562 or 1985514. OLE color: 1985514.

HSL color Cylindrical-coordinate representation of color #EA4B1E: hue angle of 13.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA4B1E is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 75 30 -
CMYK 0 0.68 0.87 0.08
HSL 13.24º 0.83% 0.52% -
HSV(B) 13.24º 0.87% 0.92% -
XYZ 36.68 22.62 3.66 -
YUV 117.41 78.68 211.16 -
System Red Green Blue C M Y K H S L
Decimal 234 75 30 0 0.68 0.87 0.08 13.24 0.83 0.52
Hex EA 4B 1E 0 44 57 8 D 53 34
Octal 352 113 36 0 104 127 10 15 123 64
Binary 11101010 1001011 11110 0 1000100 1010111 1000 1101 1010011 110100

Color Harmonies of #EA4B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4B1E

Black with #EA4B1E

Text Example


Text Example

White with #EA4B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4B1E; }

 p { color: rgb(234,75,30); }

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

background-color css

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

 a { background-color: rgb(234,75,30); }

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

border-color css

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

 span { border-color: rgb(234,75,30); }

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