Html Css Color HEX #DC352C Cinnabar

📋 copy color: '#DC352C'

red 220 ◦ green 53 ◦ blue 44

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

Shades of Cinnabar #DC352C

Tints of Cinnabar #DC352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 69.4%
G = 16.72%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC352C (or 0xDC352C) is known color: Cinnabar. HEX triplet: DC, 35 and 2C. RGB value is (220,53,44). Sum of RGB (Red+Green+Blue) = 220+53+44=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC352C is #23CAD3. Grayscale: #666666. Windows color (decimal): -2345684 or 2897372. OLE color: 2897372.

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

Color convert

RGB 220 53 44 -
CMYK 0 0.76 0.8 0.14
HSL 3.07º 0.72% 0.52% -
HSV(B) 3.07º 0.8% 0.86% -
XYZ 31.24 17.94 4.2 -
YUV 101.91 95.33 212.23 -
System Red Green Blue C M Y K H S L
Decimal 220 53 44 0 0.76 0.8 0.14 3.07 0.72 0.52
Hex DC 35 2C 0 4C 50 E 3 48 34
Octal 334 65 54 0 114 120 16 3 110 64
Binary 11011100 110101 101100 0 1001100 1010000 1110 11 1001000 110100

Color Harmonies of #DC352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC352C

Black with #DC352C

Text Example


Text Example

White with #DC352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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