Html Css Color HEX #DC3935 Cinnabar

📋 copy color: '#DC3935'

red 220 ◦ green 57 ◦ blue 53

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

Shades of Cinnabar #DC3935

Tints of Cinnabar #DC3935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.06%

R = 66.67%
G = 17.27%
B = 16.06%

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

#DC3935 (or 0xDC3935) is known color: Cinnabar. HEX triplet: DC, 39 and 35. RGB value is (220,57,53). Sum of RGB (Red+Green+Blue) = 220+57+53=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3935 is #23C6CA. Grayscale: #696969. Windows color (decimal): -2344651 or 3488220. OLE color: 3488220.

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

Color convert

RGB 220 57 53 -
CMYK 0 0.74 0.76 0.14
HSL 1.44º 0.7% 0.54% -
HSV(B) 1.44º 0.76% 0.86% -
XYZ 31.62 18.4 5.25 -
YUV 105.28 98.5 209.83 -
System Red Green Blue C M Y K H S L
Decimal 220 57 53 0 0.74 0.76 0.14 1.44 0.7 0.54
Hex DC 39 35 0 4A 4C E 1 46 36
Octal 334 71 65 0 112 114 16 1 106 66
Binary 11011100 111001 110101 0 1001010 1001100 1110 1 1000110 110110

Color Harmonies of #DC3935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3935

Black with #DC3935

Text Example


Text Example

White with #DC3935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3935; }

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

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

background-color css

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

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

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

border-color css

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

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

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