Html Css Color HEX #E0402C Cinnabar

📋 copy color: '#E0402C'

red 224 ◦ green 64 ◦ blue 44

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

Shades of Cinnabar #E0402C

Tints of Cinnabar #E0402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

 BLUE value IS 44 (17.58% from 255) = 13.25%

R = 67.47%
G = 19.28%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0402C (or 0xE0402C) is known color: Cinnabar. HEX triplet: E0, 40 and 2C. RGB value is (224,64,44). Sum of RGB (Red+Green+Blue) = 224+64+44=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E0402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0402C is #1FBFD3. Grayscale: #6D6D6D. Windows color (decimal): -2080724 or 2900192. OLE color: 2900192.

HSL color Cylindrical-coordinate representation of color #E0402C: hue angle of 6.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0402C is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 44 -
CMYK 0 0.71 0.80 0.12
HSL 6.67º 0.74% 0.53% -
HSV(B) 6.67º 0.8% 0.88% -
XYZ 33.03 19.7 4.44 -
YUV 109.56 91.01 209.63 -
System Red Green Blue C M Y K H S L
Decimal 224 64 44 0 0.71 0.80 0.12 6.67 0.74 0.53
Hex E0 40 2C 0 47 50 C 7 4A 35
Octal 340 100 54 0 107 120 14 7 112 65
Binary 11100000 1000000 101100 0 1000111 1010000 1100 111 1001010 110101

Color Harmonies of #E0402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0402C

Black with #E0402C

Text Example


Text Example

White with #E0402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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