Html Css Color HEX #DC3531 Cinnabar

📋 copy color: '#DC3531'

red 220 ◦ green 53 ◦ blue 49

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

Shades of Cinnabar #DC3531

Tints of Cinnabar #DC3531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.22%

R = 68.32%
G = 16.46%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC3531 (or 0xDC3531) is known color: Cinnabar. HEX triplet: DC, 35 and 31. RGB value is (220,53,49). Sum of RGB (Red+Green+Blue) = 220+53+49=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3531 is #23CACE. Grayscale: #666666. Windows color (decimal): -2345679 or 3225052. OLE color: 3225052.

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

Color convert

RGB 220 53 49 -
CMYK 0 0.76 0.78 0.14
HSL 1.4º 0.71% 0.53% -
HSV(B) 1.4º 0.78% 0.86% -
XYZ 31.34 17.98 4.72 -
YUV 102.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 220 53 49 0 0.76 0.78 0.14 1.4 0.71 0.53
Hex DC 35 31 0 4C 4E E 1 47 35
Octal 334 65 61 0 114 116 16 1 107 65
Binary 11011100 110101 110001 0 1001100 1001110 1110 1 1000111 110101

Color Harmonies of #DC3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3531

Black with #DC3531

Text Example


Text Example

White with #DC3531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3531; }

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

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

background-color css

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

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

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

border-color css

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

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

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