Html Css Color HEX #E0481C Cinnabar

📋 copy color: '#E0481C'

red 224 ◦ green 72 ◦ blue 28

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

Shades of Cinnabar #E0481C

Tints of Cinnabar #E0481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.64%

R = 69.14%
G = 22.22%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0481C (or 0xE0481C) is known color: Cinnabar. HEX triplet: E0, 48 and 1C. RGB value is (224,72,28). Sum of RGB (Red+Green+Blue) = 224+72+28=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E0481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0481C is #1FB7E3. Grayscale: #707070. Windows color (decimal): -2078692 or 1853664. OLE color: 1853664.

HSL color Cylindrical-coordinate representation of color #E0481C: hue angle of 13.47º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0481C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 72 28 -
CMYK 0 0.68 0.88 0.12
HSL 13.47º 0.78% 0.49% -
HSV(B) 13.47º 0.88% 0.88% -
XYZ 33.27 20.57 3.31 -
YUV 112.43 80.36 207.58 -
System Red Green Blue C M Y K H S L
Decimal 224 72 28 0 0.68 0.88 0.12 13.47 0.78 0.49
Hex E0 48 1C 0 44 58 C D 4E 31
Octal 340 110 34 0 104 130 14 15 116 61
Binary 11100000 1001000 11100 0 1000100 1011000 1100 1101 1001110 110001

Color Harmonies of #E0481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0481C

Black with #E0481C

Text Example


Text Example

White with #E0481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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