Html Css Color HEX #E5452D Cinnabar

📋 copy color: '#E5452D'

red 229 ◦ green 69 ◦ blue 45

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

Shades of Cinnabar #E5452D

Tints of Cinnabar #E5452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.12%

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

R = 66.76%
G = 20.12%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5452D (or 0xE5452D) is known color: Cinnabar. HEX triplet: E5, 45 and 2D. RGB value is (229,69,45). Sum of RGB (Red+Green+Blue) = 229+69+45=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5452D is #1ABAD2. Grayscale: #727272. Windows color (decimal): -1751763 or 2967013. OLE color: 2967013.

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

Color convert

RGB 229 69 45 -
CMYK 0 0.70 0.80 0.10
HSL 7.83º 0.78% 0.54% -
HSV(B) 7.83º 0.8% 0.9% -
XYZ 34.91 21.1 4.72 -
YUV 114.1 89.01 209.95 -
System Red Green Blue C M Y K H S L
Decimal 229 69 45 0 0.70 0.80 0.10 7.83 0.78 0.54
Hex E5 45 2D 0 46 50 A 8 4E 36
Octal 345 105 55 0 106 120 12 10 116 66
Binary 11100101 1000101 101101 0 1000110 1010000 1010 1000 1001110 110110

Color Harmonies of #E5452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5452D

Black with #E5452D

Text Example


Text Example

White with #E5452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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