Html Css Color HEX #DC3C24 Cinnabar

📋 copy color: '#DC3C24'

red 220 ◦ green 60 ◦ blue 36

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

Shades of Cinnabar #DC3C24

Tints of Cinnabar #DC3C24

RGB

 RED value IS 220 (86.33% from 255) = 69.62%

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

 BLUE value IS 36 (14.45% from 255) = 11.39%

R = 69.62%
G = 18.99%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC3C24 (or 0xDC3C24) is known color: Cinnabar. HEX triplet: DC, 3C and 24. RGB value is (220,60,36). Sum of RGB (Red+Green+Blue) = 220+60+36=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C24 is #23C3DB. Grayscale: #696969. Windows color (decimal): -2343900 or 2374876. OLE color: 2374876.

HSL color Cylindrical-coordinate representation of color #DC3C24: hue angle of 7.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC3C24 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 60 36 -
CMYK 0 0.73 0.84 0.14
HSL 7.83º 0.72% 0.5% -
HSV(B) 7.83º 0.84% 0.86% -
XYZ 31.45 18.57 3.6 -
YUV 105.1 89.01 209.95 -
System Red Green Blue C M Y K H S L
Decimal 220 60 36 0 0.73 0.84 0.14 7.83 0.72 0.5
Hex DC 3C 24 0 49 54 E 8 48 32
Octal 334 74 44 0 111 124 16 10 110 62
Binary 11011100 111100 100100 0 1001001 1010100 1110 1000 1001000 110010

Color Harmonies of #DC3C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C24

Black with #DC3C24

Text Example


Text Example

White with #DC3C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C24; }

 p { color: rgb(220,60,36); }

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

background-color css

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

 a { background-color: rgb(220,60,36); }

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

border-color css

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

 span { border-color: rgb(220,60,36); }

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