Html Css Color HEX #E0482C Cinnabar

📋 copy color: '#E0482C'

red 224 ◦ green 72 ◦ blue 44

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

Shades of Cinnabar #E0482C

Tints of Cinnabar #E0482C

RGB

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

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

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

R = 65.88%
G = 21.18%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0482C (or 0xE0482C) is known color: Cinnabar. HEX triplet: E0, 48 and 2C. RGB value is (224,72,44). Sum of RGB (Red+Green+Blue) = 224+72+44=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0482C is #1FB7D3. Grayscale: #727272. Windows color (decimal): -2078676 or 2902240. OLE color: 2902240.

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

Color convert

RGB 224 72 44 -
CMYK 0 0.68 0.80 0.12
HSL 9.33º 0.74% 0.53% -
HSV(B) 9.33º 0.8% 0.88% -
XYZ 33.51 20.66 4.61 -
YUV 114.26 88.36 206.28 -
System Red Green Blue C M Y K H S L
Decimal 224 72 44 0 0.68 0.80 0.12 9.33 0.74 0.53
Hex E0 48 2C 0 44 50 C 9 4A 35
Octal 340 110 54 0 104 120 14 11 112 65
Binary 11100000 1001000 101100 0 1000100 1010000 1100 1001 1001010 110101

Color Harmonies of #E0482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0482C

Black with #E0482C

Text Example


Text Example

White with #E0482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0482C; }

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

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

background-color css

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

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

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

border-color css

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

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

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