Html Css Color HEX #EA471C Cinnabar

📋 copy color: '#EA471C'

red 234 ◦ green 71 ◦ blue 28

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

Shades of Cinnabar #EA471C

Tints of Cinnabar #EA471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.41%

R = 70.27%
G = 21.32%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA471C (or 0xEA471C) is known color: Cinnabar. HEX triplet: EA, 47 and 1C. RGB value is (234,71,28). Sum of RGB (Red+Green+Blue) = 234+71+28=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA471C is #15B8E3. Grayscale: #737373. Windows color (decimal): -1423588 or 1853418. OLE color: 1853418.

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

Color convert

RGB 234 71 28 -
CMYK 0 0.70 0.88 0.08
HSL 12.52º 0.83% 0.51% -
HSV(B) 12.52º 0.88% 0.92% -
XYZ 36.39 22.08 3.44 -
YUV 114.84 79 213 -
System Red Green Blue C M Y K H S L
Decimal 234 71 28 0 0.70 0.88 0.08 12.52 0.83 0.51
Hex EA 47 1C 0 46 58 8 D 53 33
Octal 352 107 34 0 106 130 10 15 123 63
Binary 11101010 1000111 11100 0 1000110 1011000 1000 1101 1010011 110011

Color Harmonies of #EA471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA471C

Black with #EA471C

Text Example


Text Example

White with #EA471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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