Html Css Color HEX #E04640 Cinnabar

📋 copy color: '#E04640'

red 224 ◦ green 70 ◦ blue 64

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

Shades of Cinnabar #E04640

Tints of Cinnabar #E04640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.55%

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

R = 62.57%
G = 19.55%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E04640 (or 0xE04640) is known color: Cinnabar. HEX triplet: E0, 46 and 40. RGB value is (224,70,64). Sum of RGB (Red+Green+Blue) = 224+70+64=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E04640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04640 is #1FB9BF. Grayscale: #737373. Windows color (decimal): -2079168 or 4212448. OLE color: 4212448.

HSL color Cylindrical-coordinate representation of color #E04640: hue angle of 2.25º 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 #E04640 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 70 64 -
CMYK 0 0.69 0.71 0.12
HSL 2.25º 0.72% 0.56% -
HSV(B) 2.25º 0.71% 0.88% -
XYZ 33.86 20.6 7.04 -
YUV 115.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 224 70 64 0 0.69 0.71 0.12 2.25 0.72 0.56
Hex E0 46 40 0 45 47 C 2 48 38
Octal 340 106 100 0 105 107 14 2 110 70
Binary 11100000 1000110 1000000 0 1000101 1000111 1100 10 1001000 111000

Color Harmonies of #E04640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04640

Black with #E04640

Text Example


Text Example

White with #E04640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04640; }

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

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

background-color css

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

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

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

border-color css

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

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

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