Html Css Color HEX #E03D3C Cinnabar

📋 copy color: '#E03D3C'

red 224 ◦ green 61 ◦ blue 60

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

Shades of Cinnabar #E03D3C

Tints of Cinnabar #E03D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.68%

 BLUE value IS 60 (23.83% from 255) = 17.39%

R = 64.93%
G = 17.68%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E03D3C (or 0xE03D3C) is known color: Cinnabar. HEX triplet: E0, 3D and 3C. RGB value is (224,61,60). Sum of RGB (Red+Green+Blue) = 224+61+60=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D3C is #1FC2C3. Grayscale: #6D6D6D. Windows color (decimal): -2081476 or 3948000. OLE color: 3948000.

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

Color convert

RGB 224 61 60 -
CMYK 0 0.73 0.73 0.12
HSL 0.37º 0.73% 0.56% -
HSV(B) 0.37º 0.73% 0.88% -
XYZ 33.22 19.51 6.29 -
YUV 109.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 224 61 60 0 0.73 0.73 0.12 0.37 0.73 0.56
Hex E0 3D 3C 0 49 49 C 0 49 38
Octal 340 75 74 0 111 111 14 0 111 70
Binary 11100000 111101 111100 0 1001001 1001001 1100 0 1001001 111000

Color Harmonies of #E03D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03D3C

Black with #E03D3C

Text Example


Text Example

White with #E03D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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