Html Css Color HEX #DC3934 Cinnabar

📋 copy color: '#DC3934'

red 220 ◦ green 57 ◦ blue 52

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

Shades of Cinnabar #DC3934

Tints of Cinnabar #DC3934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 66.87%
G = 17.33%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC3934 (or 0xDC3934) is known color: Cinnabar. HEX triplet: DC, 39 and 34. RGB value is (220,57,52). Sum of RGB (Red+Green+Blue) = 220+57+52=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3934 is #23C6CB. Grayscale: #696969. Windows color (decimal): -2344652 or 3422684. OLE color: 3422684.

HSL color Cylindrical-coordinate representation of color #DC3934: hue angle of 1.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3934 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 57 52 -
CMYK 0 0.74 0.76 0.14
HSL 1.79º 0.71% 0.53% -
HSV(B) 1.79º 0.76% 0.86% -
XYZ 31.6 18.39 5.13 -
YUV 105.17 98 209.91 -
System Red Green Blue C M Y K H S L
Decimal 220 57 52 0 0.74 0.76 0.14 1.79 0.71 0.53
Hex DC 39 34 0 4A 4C E 2 47 35
Octal 334 71 64 0 112 114 16 2 107 65
Binary 11011100 111001 110100 0 1001010 1001100 1110 10 1000111 110101

Color Harmonies of #DC3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3934

Black with #DC3934

Text Example


Text Example

White with #DC3934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3934; }

 p { color: rgb(220,57,52); }

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

background-color css

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

 a { background-color: rgb(220,57,52); }

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

border-color css

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

 span { border-color: rgb(220,57,52); }

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