Html Css Color HEX #DC352F Cinnabar

📋 copy color: '#DC352F'

red 220 ◦ green 53 ◦ blue 47

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

Shades of Cinnabar #DC352F

Tints of Cinnabar #DC352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.69%

R = 68.75%
G = 16.56%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC352F (or 0xDC352F) is known color: Cinnabar. HEX triplet: DC, 35 and 2F. RGB value is (220,53,47). Sum of RGB (Red+Green+Blue) = 220+53+47=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC352F is #23CAD0. Grayscale: #666666. Windows color (decimal): -2345681 or 3093980. OLE color: 3093980.

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

Color convert

RGB 220 53 47 -
CMYK 0 0.76 0.79 0.14
HSL 2.08º 0.71% 0.52% -
HSV(B) 2.08º 0.79% 0.86% -
XYZ 31.3 17.97 4.51 -
YUV 102.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 220 53 47 0 0.76 0.79 0.14 2.08 0.71 0.52
Hex DC 35 2F 0 4C 4F E 2 47 34
Octal 334 65 57 0 114 117 16 2 107 64
Binary 11011100 110101 101111 0 1001100 1001111 1110 10 1000111 110100

Color Harmonies of #DC352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC352F

Black with #DC352F

Text Example


Text Example

White with #DC352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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