Html Css Color HEX #DC352E Cinnabar

📋 copy color: '#DC352E'

red 220 ◦ green 53 ◦ blue 46

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

Shades of Cinnabar #DC352E

Tints of Cinnabar #DC352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 68.97%
G = 16.61%
B = 14.42%

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

#DC352E (or 0xDC352E) is known color: Cinnabar. HEX triplet: DC, 35 and 2E. RGB value is (220,53,46). Sum of RGB (Red+Green+Blue) = 220+53+46=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC352E is #23CAD1. Grayscale: #666666. Windows color (decimal): -2345682 or 3028444. OLE color: 3028444.

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

Color convert

RGB 220 53 46 -
CMYK 0 0.76 0.79 0.14
HSL 2.41º 0.71% 0.52% -
HSV(B) 2.41º 0.79% 0.86% -
XYZ 31.28 17.96 4.4 -
YUV 102.14 96.33 212.07 -
System Red Green Blue C M Y K H S L
Decimal 220 53 46 0 0.76 0.79 0.14 2.41 0.71 0.52
Hex DC 35 2E 0 4C 4F E 2 47 34
Octal 334 65 56 0 114 117 16 2 107 64
Binary 11011100 110101 101110 0 1001100 1001111 1110 10 1000111 110100

Color Harmonies of #DC352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC352E

Black with #DC352E

Text Example


Text Example

White with #DC352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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