Html Css Color HEX #E0302C Cinnabar

📋 copy color: '#E0302C'

red 224 ◦ green 48 ◦ blue 44

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

Shades of Cinnabar #E0302C

Tints of Cinnabar #E0302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 70.89%
G = 15.19%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0302C (or 0xE0302C) is known color: Cinnabar. HEX triplet: E0, 30 and 2C. RGB value is (224,48,44). Sum of RGB (Red+Green+Blue) = 224+48+44=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E0302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0302C is #1FCFD3. Grayscale: #646464. Windows color (decimal): -2084820 or 2896096. OLE color: 2896096.

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

Color convert

RGB 224 48 44 -
CMYK 0 0.79 0.80 0.12
HSL 1.33º 0.74% 0.53% -
HSV(B) 1.33º 0.8% 0.88% -
XYZ 32.25 18.14 4.18 -
YUV 100.17 96.31 216.33 -
System Red Green Blue C M Y K H S L
Decimal 224 48 44 0 0.79 0.80 0.12 1.33 0.74 0.53
Hex E0 30 2C 0 4F 50 C 1 4A 35
Octal 340 60 54 0 117 120 14 1 112 65
Binary 11100000 110000 101100 0 1001111 1010000 1100 1 1001010 110101

Color Harmonies of #E0302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0302C

Black with #E0302C

Text Example


Text Example

White with #E0302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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