Html Css Color HEX #E5542D Cinnabar

📋 copy color: '#E5542D'

red 229 ◦ green 84 ◦ blue 45

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

Shades of Cinnabar #E5542D

Tints of Cinnabar #E5542D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

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

R = 63.97%
G = 23.46%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5542D (or 0xE5542D) is known color: Cinnabar. HEX triplet: E5, 54 and 2D. RGB value is (229,84,45). Sum of RGB (Red+Green+Blue) = 229+84+45=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5542D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5542D is #1AABD2. Grayscale: #7B7B7B. Windows color (decimal): -1747923 or 2970853. OLE color: 2970853.

HSL color Cylindrical-coordinate representation of color #E5542D: hue angle of 12.72º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5542D is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 84 45 -
CMYK 0 0.63 0.80 0.10
HSL 12.72º 0.78% 0.54% -
HSV(B) 12.72º 0.8% 0.9% -
XYZ 35.96 23.19 5.06 -
YUV 122.91 84.04 203.67 -
System Red Green Blue C M Y K H S L
Decimal 229 84 45 0 0.63 0.80 0.10 12.72 0.78 0.54
Hex E5 54 2D 0 3F 50 A D 4E 36
Octal 345 124 55 0 77 120 12 15 116 66
Binary 11100101 1010100 101101 0 111111 1010000 1010 1101 1001110 110110

Color Harmonies of #E5542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5542D

Black with #E5542D

Text Example


Text Example

White with #E5542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5542D; }

 p { color: rgb(229,84,45); }

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

background-color css

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

 a { background-color: rgb(229,84,45); }

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

border-color css

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

 span { border-color: rgb(229,84,45); }

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