Html Css Color HEX #E03A2A Cinnabar

📋 copy color: '#E03A2A'

red 224 ◦ green 58 ◦ blue 42

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

Shades of Cinnabar #E03A2A

Tints of Cinnabar #E03A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.96%

R = 69.14%
G = 17.9%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E03A2A (or 0xE03A2A) is known color: Cinnabar. HEX triplet: E0, 3A and 2A. RGB value is (224,58,42). Sum of RGB (Red+Green+Blue) = 224+58+42=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A2A is #1FC5D5. Grayscale: #6A6A6A. Windows color (decimal): -2082262 or 2767584. OLE color: 2767584.

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

Color convert

RGB 224 58 42 -
CMYK 0 0.74 0.81 0.12
HSL 5.27º 0.75% 0.52% -
HSV(B) 5.27º 0.81% 0.88% -
XYZ 32.67 19.04 4.14 -
YUV 105.81 92 212.3 -
System Red Green Blue C M Y K H S L
Decimal 224 58 42 0 0.74 0.81 0.12 5.27 0.75 0.52
Hex E0 3A 2A 0 4A 51 C 5 4B 34
Octal 340 72 52 0 112 121 14 5 113 64
Binary 11100000 111010 101010 0 1001010 1010001 1100 101 1001011 110100

Color Harmonies of #E03A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03A2A

Black with #E03A2A

Text Example


Text Example

White with #E03A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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