Html Css Color HEX #DC3C27 Cinnabar

📋 copy color: '#DC3C27'

red 220 ◦ green 60 ◦ blue 39

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

Shades of Cinnabar #DC3C27

Tints of Cinnabar #DC3C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.23%

R = 68.97%
G = 18.81%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC3C27 (or 0xDC3C27) is known color: Cinnabar. HEX triplet: DC, 3C and 27. RGB value is (220,60,39). Sum of RGB (Red+Green+Blue) = 220+60+39=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C27 is #23C3D8. Grayscale: #696969. Windows color (decimal): -2343897 or 2571484. OLE color: 2571484.

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

Color convert

RGB 220 60 39 -
CMYK 0 0.73 0.82 0.14
HSL 6.96º 0.72% 0.51% -
HSV(B) 6.96º 0.82% 0.86% -
XYZ 31.5 18.59 3.85 -
YUV 105.45 90.51 209.71 -
System Red Green Blue C M Y K H S L
Decimal 220 60 39 0 0.73 0.82 0.14 6.96 0.72 0.51
Hex DC 3C 27 0 49 52 E 7 48 33
Octal 334 74 47 0 111 122 16 7 110 63
Binary 11011100 111100 100111 0 1001001 1010010 1110 111 1001000 110011

Color Harmonies of #DC3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C27

Black with #DC3C27

Text Example


Text Example

White with #DC3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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