Html Css Color HEX #EA472D Cinnabar

📋 copy color: '#EA472D'

red 234 ◦ green 71 ◦ blue 45

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

Shades of Cinnabar #EA472D

Tints of Cinnabar #EA472D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.86%

R = 66.86%
G = 20.29%
B = 12.86%

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

#EA472D (or 0xEA472D) is known color: Cinnabar. HEX triplet: EA, 47 and 2D. RGB value is (234,71,45). Sum of RGB (Red+Green+Blue) = 234+71+45=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA472D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA472D is #15B8D2. Grayscale: #757575. Windows color (decimal): -1423571 or 2967530. OLE color: 2967530.

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

Color convert

RGB 234 71 45 -
CMYK 0 0.70 0.81 0.08
HSL 8.25º 0.82% 0.55% -
HSV(B) 8.25º 0.81% 0.92% -
XYZ 36.66 22.19 4.83 -
YUV 116.77 87.5 211.61 -
System Red Green Blue C M Y K H S L
Decimal 234 71 45 0 0.70 0.81 0.08 8.25 0.82 0.55
Hex EA 47 2D 0 46 51 8 8 52 37
Octal 352 107 55 0 106 121 10 10 122 67
Binary 11101010 1000111 101101 0 1000110 1010001 1000 1000 1010010 110111

Color Harmonies of #EA472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA472D

Black with #EA472D

Text Example


Text Example

White with #EA472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA472D; }

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

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

background-color css

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

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

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

border-color css

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

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

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