Html Css Color HEX #E03130 Cinnabar

📋 copy color: '#E03130'

red 224 ◦ green 49 ◦ blue 48

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

Shades of Cinnabar #E03130

Tints of Cinnabar #E03130

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 value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E03130 (or 0xE03130) is known color: 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

RGB 224 49 48 -
CMYK 0 0.78 0.79 0.12
HSL 0.34º 0.74% 0.53% -
HSV(B) 0.34º 0.79% 0.88% -
XYZ 32.37 18.26 4.61 -
YUV 101.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 224 49 48 0 0.78 0.79 0.12 0.34 0.74 0.53
Hex E0 31 30 0 4E 4F C 0 4A 35
Octal 340 61 60 0 116 117 14 0 112 65
Binary 11100000 110001 110000 0 1001110 1001111 1100 0 1001010 110101

Color Harmonies of #E03130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03130

Black with #E03130

Text Example


Text Example

White with #E03130

Text Example


Text Example

HTML Codes & Css Web 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>