Html Css Color HEX #E0452A Cinnabar

📋 copy color: '#E0452A'

red 224 ◦ green 69 ◦ blue 42

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

Shades of Cinnabar #E0452A

Tints of Cinnabar #E0452A

RGB

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

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

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

R = 66.87%
G = 20.6%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0452A (or 0xE0452A) is known color: Cinnabar. HEX triplet: E0, 45 and 2A. RGB value is (224,69,42). Sum of RGB (Red+Green+Blue) = 224+69+42=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0452A is #1FBAD5. Grayscale: #707070. Windows color (decimal): -2079446 or 2770400. OLE color: 2770400.

HSL color Cylindrical-coordinate representation of color #E0452A: hue angle of 8.9º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0452A is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 69 42 -
CMYK 0 0.69 0.81 0.12
HSL 8.9º 0.75% 0.52% -
HSV(B) 8.9º 0.81% 0.88% -
XYZ 33.29 20.27 4.35 -
YUV 112.27 88.35 207.7 -
System Red Green Blue C M Y K H S L
Decimal 224 69 42 0 0.69 0.81 0.12 8.9 0.75 0.52
Hex E0 45 2A 0 45 51 C 9 4B 34
Octal 340 105 52 0 105 121 14 11 113 64
Binary 11100000 1000101 101010 0 1000101 1010001 1100 1001 1001011 110100

Color Harmonies of #E0452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0452A

Black with #E0452A

Text Example


Text Example

White with #E0452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0452A; }

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

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

background-color css

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

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

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

border-color css

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

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

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