Html Css Color HEX #E4452A Cinnabar

📋 copy color: '#E4452A'

red 228 ◦ green 69 ◦ blue 42

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

Shades of Cinnabar #E4452A

Tints of Cinnabar #E4452A

RGB

 RED value IS 228 (89.45% from 255) = 67.26%

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

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

R = 67.26%
G = 20.35%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4452A (or 0xE4452A) is known color: Cinnabar. HEX triplet: E4, 45 and 2A. RGB value is (228,69,42). Sum of RGB (Red+Green+Blue) = 228+69+42=339 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.26% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 228 - color contains mainly: red. Hex color #E4452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4452A is #1BBAD5. Grayscale: #717171. Windows color (decimal): -1817302 or 2770404. OLE color: 2770404.

HSL color Cylindrical-coordinate representation of color #E4452A: hue angle of 8.71º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4452A is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 69 42 -
CMYK 0 0.70 0.82 0.11
HSL 8.71º 0.78% 0.53% -
HSV(B) 8.71º 0.82% 0.89% -
XYZ 34.54 20.92 4.41 -
YUV 113.46 87.68 209.7 -
System Red Green Blue C M Y K H S L
Decimal 228 69 42 0 0.70 0.82 0.11 8.71 0.78 0.53
Hex E4 45 2A 0 46 52 B 9 4E 35
Octal 344 105 52 0 106 122 13 11 116 65
Binary 11100100 1000101 101010 0 1000110 1010010 1011 1001 1001110 110101

Color Harmonies of #E4452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4452A

Black with #E4452A

Text Example


Text Example

White with #E4452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4452A; }

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

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

background-color css

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

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

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

border-color css

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

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

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