Html Css Color HEX #E03A30 Cinnabar

📋 copy color: '#E03A30'

red 224 ◦ green 58 ◦ blue 48

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

Shades of Cinnabar #E03A30

Tints of Cinnabar #E03A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

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

R = 67.88%
G = 17.58%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E03A30 (or 0xE03A30) is known color: Cinnabar. HEX triplet: E0, 3A and 30. RGB value is (224,58,48). Sum of RGB (Red+Green+Blue) = 224+58+48=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A30 is #1FC5CF. Grayscale: #6A6A6A. Windows color (decimal): -2082256 or 3160800. OLE color: 3160800.

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

Color convert

RGB 224 58 48 -
CMYK 0 0.74 0.79 0.12
HSL 3.41º 0.74% 0.53% -
HSV(B) 3.41º 0.79% 0.88% -
XYZ 32.79 19.09 4.75 -
YUV 106.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 224 58 48 0 0.74 0.79 0.12 3.41 0.74 0.53
Hex E0 3A 30 0 4A 4F C 3 4A 35
Octal 340 72 60 0 112 117 14 3 112 65
Binary 11100000 111010 110000 0 1001010 1001111 1100 11 1001010 110101

Color Harmonies of #E03A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03A30

Black with #E03A30

Text Example


Text Example

White with #E03A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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