#e03130

Color #E03130 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E03130

Tints of Cinnabar #E03130

Color information

#E03130 (or 0xE03130) is unknown color: approx Cinnabar. HEX triplet: E0, 31 and 30. RGB value is (224,49,48). Sum of RGB (Red+Green+Blue) = 224+49+48=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E03130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03130 is #1FCECF. Grayscale: #656565. Windows color (decimal): -2084560 or 3158496. OLE color: 3158496.

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

Color convert

RGB2244948-
CMYK00.780.790.12
HSL0.34º73.95%53.33%-
HSV(B)0.34º78.57%87.84%-
XYZ32.3718.264.61-
YUV101.2197.98215.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 69.78%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=69.78%
G=15.26%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224494800.780.790.120.3473.9553.33
HexE0313004E4FC04a35
Octal3406160011611714011265
Binary11100000110001110000010011101001111110001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e03130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e03130; }

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

 H1.HeaderClassName
 {
   color: #e03130;
 }
 .AnyTagClassName
 {
   color: #e03130;
 }
</style>
background-color css

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

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

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

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

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

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