Html Css Color HEX #E03330 Cinnabar

📋 copy color: '#E03330'

red 224 ◦ green 51 ◦ blue 48

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

Shades of Cinnabar #E03330

Tints of Cinnabar #E03330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 69.35%
G = 15.79%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E03330 (or 0xE03330) is known color: Cinnabar. HEX triplet: E0, 33 and 30. RGB value is (224,51,48). Sum of RGB (Red+Green+Blue) = 224+51+48=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E03330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03330 is #1FCCCF. Grayscale: #666666. Windows color (decimal): -2084048 or 3159008. OLE color: 3159008.

HSL color Cylindrical-coordinate representation of color #E03330: hue angle of 1.02º 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 #E03330 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 51 48 -
CMYK 0 0.77 0.79 0.12
HSL 1.02º 0.74% 0.53% -
HSV(B) 1.02º 0.79% 0.88% -
XYZ 32.46 18.43 4.64 -
YUV 102.39 97.31 214.74 -
System Red Green Blue C M Y K H S L
Decimal 224 51 48 0 0.77 0.79 0.12 1.02 0.74 0.53
Hex E0 33 30 0 4D 4F C 1 4A 35
Octal 340 63 60 0 115 117 14 1 112 65
Binary 11100000 110011 110000 0 1001101 1001111 1100 1 1001010 110101

Color Harmonies of #E03330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03330

Black with #E03330

Text Example


Text Example

White with #E03330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03330; }

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

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

background-color css

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

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

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

border-color css

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

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

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