Html Css Color HEX #DC352D Cinnabar

📋 copy color: '#DC352D'

red 220 ◦ green 53 ◦ blue 45

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

Shades of Cinnabar #DC352D

Tints of Cinnabar #DC352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 69.18%
G = 16.67%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC352D (or 0xDC352D) is known color: Cinnabar. HEX triplet: DC, 35 and 2D. RGB value is (220,53,45). Sum of RGB (Red+Green+Blue) = 220+53+45=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC352D is #23CAD2. Grayscale: #666666. Windows color (decimal): -2345683 or 2962908. OLE color: 2962908.

HSL color Cylindrical-coordinate representation of color #DC352D: hue angle of 2.74º degrees, saturation: 0.71, 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 #DC352D is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 53 45 -
CMYK 0 0.76 0.80 0.14
HSL 2.74º 0.71% 0.52% -
HSV(B) 2.74º 0.8% 0.86% -
XYZ 31.26 17.95 4.3 -
YUV 102.02 95.83 212.15 -
System Red Green Blue C M Y K H S L
Decimal 220 53 45 0 0.76 0.80 0.14 2.74 0.71 0.52
Hex DC 35 2D 0 4C 50 E 3 47 34
Octal 334 65 55 0 114 120 16 3 107 64
Binary 11011100 110101 101101 0 1001100 1010000 1110 11 1000111 110100

Color Harmonies of #DC352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC352D

Black with #DC352D

Text Example


Text Example

White with #DC352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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