Html Css Color HEX #EA472C Cinnabar

📋 copy color: '#EA472C'

red 234 ◦ green 71 ◦ blue 44

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

Shades of Cinnabar #EA472C

Tints of Cinnabar #EA472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 67.05%
G = 20.34%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA472C (or 0xEA472C) is known color: Cinnabar. HEX triplet: EA, 47 and 2C. RGB value is (234,71,44). Sum of RGB (Red+Green+Blue) = 234+71+44=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA472C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA472C is #15B8D3. Grayscale: #747474. Windows color (decimal): -1423572 or 2901994. OLE color: 2901994.

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

Color convert

RGB 234 71 44 -
CMYK 0 0.70 0.81 0.08
HSL 8.53º 0.82% 0.55% -
HSV(B) 8.53º 0.81% 0.92% -
XYZ 36.64 22.18 4.73 -
YUV 116.66 87 211.7 -
System Red Green Blue C M Y K H S L
Decimal 234 71 44 0 0.70 0.81 0.08 8.53 0.82 0.55
Hex EA 47 2C 0 46 51 8 9 52 37
Octal 352 107 54 0 106 121 10 11 122 67
Binary 11101010 1000111 101100 0 1000110 1010001 1000 1001 1010010 110111

Color Harmonies of #EA472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA472C

Black with #EA472C

Text Example


Text Example

White with #EA472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA472C; }

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

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

background-color css

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

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

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

border-color css

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

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

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