Html Css Color HEX #E03A2D Cinnabar

📋 copy color: '#E03A2D'

red 224 ◦ green 58 ◦ blue 45

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

Shades of Cinnabar #E03A2D

Tints of Cinnabar #E03A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.76%

R = 68.5%
G = 17.74%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E03A2D (or 0xE03A2D) is known color: Cinnabar. HEX triplet: E0, 3A and 2D. RGB value is (224,58,45). Sum of RGB (Red+Green+Blue) = 224+58+45=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A2D is #1FC5D2. Grayscale: #6A6A6A. Windows color (decimal): -2082259 or 2964192. OLE color: 2964192.

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

Color convert

RGB 224 58 45 -
CMYK 0 0.74 0.80 0.12
HSL 4.36º 0.74% 0.53% -
HSV(B) 4.36º 0.8% 0.88% -
XYZ 32.73 19.06 4.44 -
YUV 106.15 93.5 212.06 -
System Red Green Blue C M Y K H S L
Decimal 224 58 45 0 0.74 0.80 0.12 4.36 0.74 0.53
Hex E0 3A 2D 0 4A 50 C 4 4A 35
Octal 340 72 55 0 112 120 14 4 112 65
Binary 11100000 111010 101101 0 1001010 1010000 1100 100 1001010 110101

Color Harmonies of #E03A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03A2D

Black with #E03A2D

Text Example


Text Example

White with #E03A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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