Html Css Color HEX #EA472F Cinnabar

📋 copy color: '#EA472F'

red 234 ◦ green 71 ◦ blue 47

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

Shades of Cinnabar #EA472F

Tints of Cinnabar #EA472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.35%

R = 66.48%
G = 20.17%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA472F (or 0xEA472F) is known color: Cinnabar. HEX triplet: EA, 47 and 2F. RGB value is (234,71,47). Sum of RGB (Red+Green+Blue) = 234+71+47=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA472F is #15B8D0. Grayscale: #757575. Windows color (decimal): -1423569 or 3098602. OLE color: 3098602.

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

Color convert

RGB 234 71 47 -
CMYK 0 0.70 0.80 0.08
HSL 7.7º 0.82% 0.55% -
HSV(B) 7.7º 0.8% 0.92% -
XYZ 36.7 22.2 5.04 -
YUV 117 88.5 211.45 -
System Red Green Blue C M Y K H S L
Decimal 234 71 47 0 0.70 0.80 0.08 7.7 0.82 0.55
Hex EA 47 2F 0 46 50 8 8 52 37
Octal 352 107 57 0 106 120 10 10 122 67
Binary 11101010 1000111 101111 0 1000110 1010000 1000 1000 1010010 110111

Color Harmonies of #EA472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA472F

Black with #EA472F

Text Example


Text Example

White with #EA472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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