Html Css Color HEX #E04845 Cinnabar

📋 copy color: '#E04845'

red 224 ◦ green 72 ◦ blue 69

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

Shades of Cinnabar #E04845

Tints of Cinnabar #E04845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.73%

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 61.37%
G = 19.73%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E04845 (or 0xE04845) is known color: Cinnabar. HEX triplet: E0, 48 and 45. RGB value is (224,72,69). Sum of RGB (Red+Green+Blue) = 224+72+69=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E04845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04845 is #1FB7BA. Grayscale: #757575. Windows color (decimal): -2078651 or 4540640. OLE color: 4540640.

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

Color convert

RGB 224 72 69 -
CMYK 0 0.68 0.69 0.12
HSL 1.16º 0.71% 0.57% -
HSV(B) 1.16º 0.69% 0.88% -
XYZ 34.13 20.91 7.87 -
YUV 117.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 224 72 69 0 0.68 0.69 0.12 1.16 0.71 0.57
Hex E0 48 45 0 44 45 C 1 47 39
Octal 340 110 105 0 104 105 14 1 107 71
Binary 11100000 1001000 1000101 0 1000100 1000101 1100 1 1000111 111001

Color Harmonies of #E04845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04845

Black with #E04845

Text Example


Text Example

White with #E04845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04845; }

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

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

background-color css

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

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

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

border-color css

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

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

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