Html Css Color HEX #E0452C Cinnabar

📋 copy color: '#E0452C'

red 224 ◦ green 69 ◦ blue 44

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

Shades of Cinnabar #E0452C

Tints of Cinnabar #E0452C

RGB

 RED value IS 224 (87.89% from 255) = 66.47%

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

 BLUE value IS 44 (17.58% from 255) = 13.06%

R = 66.47%
G = 20.47%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0452C (or 0xE0452C) is known color: Cinnabar. HEX triplet: E0, 45 and 2C. RGB value is (224,69,44). Sum of RGB (Red+Green+Blue) = 224+69+44=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0452C is #1FBAD3. Grayscale: #707070. Windows color (decimal): -2079444 or 2901472. OLE color: 2901472.

HSL color Cylindrical-coordinate representation of color #E0452C: hue angle of 8.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0452C is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 69 44 -
CMYK 0 0.69 0.80 0.12
HSL 8.33º 0.74% 0.53% -
HSV(B) 8.33º 0.8% 0.88% -
XYZ 33.32 20.29 4.54 -
YUV 112.5 89.35 207.53 -
System Red Green Blue C M Y K H S L
Decimal 224 69 44 0 0.69 0.80 0.12 8.33 0.74 0.53
Hex E0 45 2C 0 45 50 C 8 4A 35
Octal 340 105 54 0 105 120 14 10 112 65
Binary 11100000 1000101 101100 0 1000101 1010000 1100 1000 1001010 110101

Color Harmonies of #E0452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0452C

Black with #E0452C

Text Example


Text Example

White with #E0452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0452C; }

 p { color: rgb(224,69,44); }

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

background-color css

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

 a { background-color: rgb(224,69,44); }

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

border-color css

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

 span { border-color: rgb(224,69,44); }

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