Html Css Color HEX #EA471A Cinnabar

📋 copy color: '#EA471A'

red 234 ◦ green 71 ◦ blue 26

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

Shades of Cinnabar #EA471A

Tints of Cinnabar #EA471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.45%

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 70.69%
G = 21.45%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA471A (or 0xEA471A) is known color: Cinnabar. HEX triplet: EA, 47 and 1A. RGB value is (234,71,26). Sum of RGB (Red+Green+Blue) = 234+71+26=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA471A is #15B8E5. Grayscale: #727272. Windows color (decimal): -1423590 or 1722346. OLE color: 1722346.

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

Color convert

RGB 234 71 26 -
CMYK 0 0.70 0.89 0.08
HSL 12.98º 0.83% 0.51% -
HSV(B) 12.98º 0.89% 0.92% -
XYZ 36.37 22.07 3.32 -
YUV 114.61 78 213.16 -
System Red Green Blue C M Y K H S L
Decimal 234 71 26 0 0.70 0.89 0.08 12.98 0.83 0.51
Hex EA 47 1A 0 46 59 8 D 53 33
Octal 352 107 32 0 106 131 10 15 123 63
Binary 11101010 1000111 11010 0 1000110 1011001 1000 1101 1010011 110011

Color Harmonies of #EA471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA471A

Black with #EA471A

Text Example


Text Example

White with #EA471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA471A; }

 p { color: rgb(234,71,26); }

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

background-color css

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

 a { background-color: rgb(234,71,26); }

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

border-color css

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

 span { border-color: rgb(234,71,26); }

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