Html Css Color HEX #EA491F Cinnabar

📋 copy color: '#EA491F'

red 234 ◦ green 73 ◦ blue 31

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

Shades of Cinnabar #EA491F

Tints of Cinnabar #EA491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 69.23%
G = 21.6%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA491F (or 0xEA491F) is known color: Cinnabar. HEX triplet: EA, 49 and 1F. RGB value is (234,73,31). Sum of RGB (Red+Green+Blue) = 234+73+31=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA491F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA491F is #15B6E0. Grayscale: #747474. Windows color (decimal): -1423073 or 2050538. OLE color: 2050538.

HSL color Cylindrical-coordinate representation of color #EA491F: hue angle of 12.41º 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 #EA491F is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 73 31 -
CMYK 0 0.69 0.87 0.08
HSL 12.41º 0.83% 0.52% -
HSV(B) 12.41º 0.87% 0.92% -
XYZ 36.56 22.36 3.68 -
YUV 116.35 79.84 211.92 -
System Red Green Blue C M Y K H S L
Decimal 234 73 31 0 0.69 0.87 0.08 12.41 0.83 0.52
Hex EA 49 1F 0 45 57 8 C 53 34
Octal 352 111 37 0 105 127 10 14 123 64
Binary 11101010 1001001 11111 0 1000101 1010111 1000 1100 1010011 110100

Color Harmonies of #EA491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA491F

Black with #EA491F

Text Example


Text Example

White with #EA491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA491F; }

 p { color: rgb(234,73,31); }

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

background-color css

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

 a { background-color: rgb(234,73,31); }

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

border-color css

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

 span { border-color: rgb(234,73,31); }

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