Html Css Color HEX #E5532A Cinnabar

📋 copy color: '#E5532A'

red 229 ◦ green 83 ◦ blue 42

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

Shades of Cinnabar #E5532A

Tints of Cinnabar #E5532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.45%

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

R = 64.69%
G = 23.45%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5532A (or 0xE5532A) is known color: Cinnabar. HEX triplet: E5, 53 and 2A. RGB value is (229,83,42). Sum of RGB (Red+Green+Blue) = 229+83+42=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5532A is #1AACD5. Grayscale: #7A7A7A. Windows color (decimal): -1748182 or 2773989. OLE color: 2773989.

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

Color convert

RGB 229 83 42 -
CMYK 0 0.64 0.82 0.10
HSL 13.16º 0.78% 0.53% -
HSV(B) 13.16º 0.82% 0.9% -
XYZ 35.82 23.01 4.74 -
YUV 121.98 82.87 204.33 -
System Red Green Blue C M Y K H S L
Decimal 229 83 42 0 0.64 0.82 0.10 13.16 0.78 0.53
Hex E5 53 2A 0 40 52 A D 4E 35
Octal 345 123 52 0 100 122 12 15 116 65
Binary 11100101 1010011 101010 0 1000000 1010010 1010 1101 1001110 110101

Color Harmonies of #E5532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5532A

Black with #E5532A

Text Example


Text Example

White with #E5532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5532A; }

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

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

background-color css

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

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

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

border-color css

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

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

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