Html Css Color HEX #E5512A Cinnabar

📋 copy color: '#E5512A'

red 229 ◦ green 81 ◦ blue 42

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

Shades of Cinnabar #E5512A

Tints of Cinnabar #E5512A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.01%

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

R = 65.06%
G = 23.01%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5512A (or 0xE5512A) is known color: Cinnabar. HEX triplet: E5, 51 and 2A. RGB value is (229,81,42). Sum of RGB (Red+Green+Blue) = 229+81+42=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E5512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5512A is #1AAED5. Grayscale: #797979. Windows color (decimal): -1748694 or 2773477. OLE color: 2773477.

HSL color Cylindrical-coordinate representation of color #E5512A: hue angle of 12.51º 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 #E5512A is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 81 42 -
CMYK 0 0.65 0.82 0.10
HSL 12.51º 0.78% 0.53% -
HSV(B) 12.51º 0.82% 0.9% -
XYZ 35.67 22.71 4.69 -
YUV 120.81 83.53 205.17 -
System Red Green Blue C M Y K H S L
Decimal 229 81 42 0 0.65 0.82 0.10 12.51 0.78 0.53
Hex E5 51 2A 0 41 52 A D 4E 35
Octal 345 121 52 0 101 122 12 15 116 65
Binary 11100101 1010001 101010 0 1000001 1010010 1010 1101 1001110 110101

Color Harmonies of #E5512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5512A

Black with #E5512A

Text Example


Text Example

White with #E5512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5512A; }

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

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

background-color css

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

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

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

border-color css

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

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

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