Html Css Color HEX #E03028 Cinnabar

📋 copy color: '#E03028'

red 224 ◦ green 48 ◦ blue 40

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

Shades of Cinnabar #E03028

Tints of Cinnabar #E03028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 71.79%
G = 15.38%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E03028 (or 0xE03028) is known color: Cinnabar. HEX triplet: E0, 30 and 28. RGB value is (224,48,40). Sum of RGB (Red+Green+Blue) = 224+48+40=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E03028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03028 is #1FCFD7. Grayscale: #636363. Windows color (decimal): -2084824 or 2633952. OLE color: 2633952.

HSL color Cylindrical-coordinate representation of color #E03028: hue angle of 2.61º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E03028 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 48 40 -
CMYK 0 0.79 0.82 0.12
HSL 2.61º 0.75% 0.52% -
HSV(B) 2.61º 0.82% 0.88% -
XYZ 32.18 18.11 3.81 -
YUV 99.71 94.31 216.65 -
System Red Green Blue C M Y K H S L
Decimal 224 48 40 0 0.79 0.82 0.12 2.61 0.75 0.52
Hex E0 30 28 0 4F 52 C 3 4B 34
Octal 340 60 50 0 117 122 14 3 113 64
Binary 11100000 110000 101000 0 1001111 1010010 1100 11 1001011 110100

Color Harmonies of #E03028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03028

Black with #E03028

Text Example


Text Example

White with #E03028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03028; }

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

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

background-color css

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

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

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

border-color css

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

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

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