Html Css Color HEX #E04440 Cinnabar

📋 copy color: '#E04440'

red 224 ◦ green 68 ◦ blue 64

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

Shades of Cinnabar #E04440

Tints of Cinnabar #E04440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.1%

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 62.92%
G = 19.1%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E04440 (or 0xE04440) is known color: Cinnabar. HEX triplet: E0, 44 and 40. RGB value is (224,68,64). Sum of RGB (Red+Green+Blue) = 224+68+64=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E04440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04440 is #1FBBBF. Grayscale: #727272. Windows color (decimal): -2079680 or 4211936. OLE color: 4211936.

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

Color convert

RGB 224 68 64 -
CMYK 0 0.70 0.71 0.12
HSL 1.5º 0.72% 0.56% -
HSV(B) 1.5º 0.71% 0.88% -
XYZ 33.73 20.35 7 -
YUV 114.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 224 68 64 0 0.70 0.71 0.12 1.5 0.72 0.56
Hex E0 44 40 0 46 47 C 2 48 38
Octal 340 104 100 0 106 107 14 2 110 70
Binary 11100000 1000100 1000000 0 1000110 1000111 1100 10 1001000 111000

Color Harmonies of #E04440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04440

Black with #E04440

Text Example


Text Example

White with #E04440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04440; }

 p { color: rgb(224,68,64); }

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

background-color css

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

 a { background-color: rgb(224,68,64); }

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

border-color css

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

 span { border-color: rgb(224,68,64); }

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