Html Css Color HEX #E03C2A Cinnabar

📋 copy color: '#E03C2A'

red 224 ◦ green 60 ◦ blue 42

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

Shades of Cinnabar #E03C2A

Tints of Cinnabar #E03C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

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

R = 68.71%
G = 18.4%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E03C2A (or 0xE03C2A) is known color: Cinnabar. HEX triplet: E0, 3C and 2A. RGB value is (224,60,42). Sum of RGB (Red+Green+Blue) = 224+60+42=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03C2A is #1FC3D5. Grayscale: #6B6B6B. Windows color (decimal): -2081750 or 2768096. OLE color: 2768096.

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

Color convert

RGB 224 60 42 -
CMYK 0 0.73 0.81 0.12
HSL 5.93º 0.75% 0.52% -
HSV(B) 5.93º 0.81% 0.88% -
XYZ 32.77 19.25 4.18 -
YUV 106.98 91.33 211.46 -
System Red Green Blue C M Y K H S L
Decimal 224 60 42 0 0.73 0.81 0.12 5.93 0.75 0.52
Hex E0 3C 2A 0 49 51 C 6 4B 34
Octal 340 74 52 0 111 121 14 6 113 64
Binary 11100000 111100 101010 0 1001001 1010001 1100 110 1001011 110100

Color Harmonies of #E03C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03C2A

Black with #E03C2A

Text Example


Text Example

White with #E03C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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