Html Css Color HEX #E5472A Cinnabar

📋 copy color: '#E5472A'

red 229 ◦ green 71 ◦ blue 42

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

Shades of Cinnabar #E5472A

Tints of Cinnabar #E5472A

RGB

 RED value IS 229 (89.84% from 255) = 66.96%

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

 BLUE value IS 42 (16.8% from 255) = 12.28%

R = 66.96%
G = 20.76%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5472A (or 0xE5472A) is known color: Cinnabar. HEX triplet: E5, 47 and 2A. RGB value is (229,71,42). Sum of RGB (Red+Green+Blue) = 229+71+42=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5472A is #1AB8D5. Grayscale: #737373. Windows color (decimal): -1751254 or 2770917. OLE color: 2770917.

HSL color Cylindrical-coordinate representation of color #E5472A: hue angle of 9.3º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5472A is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 71 42 -
CMYK 0 0.69 0.82 0.10
HSL 9.3º 0.78% 0.53% -
HSV(B) 9.3º 0.82% 0.9% -
XYZ 34.98 21.33 4.46 -
YUV 114.94 86.85 209.36 -
System Red Green Blue C M Y K H S L
Decimal 229 71 42 0 0.69 0.82 0.10 9.3 0.78 0.53
Hex E5 47 2A 0 45 52 A 9 4E 35
Octal 345 107 52 0 105 122 12 11 116 65
Binary 11100101 1000111 101010 0 1000101 1010010 1010 1001 1001110 110101

Color Harmonies of #E5472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5472A

Black with #E5472A

Text Example


Text Example

White with #E5472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5472A; }

 p { color: rgb(229,71,42); }

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

background-color css

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

 a { background-color: rgb(229,71,42); }

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

border-color css

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

 span { border-color: rgb(229,71,42); }

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