Html Css Color HEX #DC3533 Cinnabar

📋 copy color: '#DC3533'

red 220 ◦ green 53 ◦ blue 51

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

Shades of Cinnabar #DC3533

Tints of Cinnabar #DC3533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.74%

R = 67.9%
G = 16.36%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC3533 (or 0xDC3533) is known color: Cinnabar. HEX triplet: DC, 35 and 33. RGB value is (220,53,51). Sum of RGB (Red+Green+Blue) = 220+53+51=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3533 is #23CACC. Grayscale: #666666. Windows color (decimal): -2345677 or 3356124. OLE color: 3356124.

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

Color convert

RGB 220 53 51 -
CMYK 0 0.76 0.77 0.14
HSL 0.71º 0.71% 0.53% -
HSV(B) 0.71º 0.77% 0.86% -
XYZ 31.39 18 4.95 -
YUV 102.71 98.83 211.66 -
System Red Green Blue C M Y K H S L
Decimal 220 53 51 0 0.76 0.77 0.14 0.71 0.71 0.53
Hex DC 35 33 0 4C 4D E 1 47 35
Octal 334 65 63 0 114 115 16 1 107 65
Binary 11011100 110101 110011 0 1001100 1001101 1110 1 1000111 110101

Color Harmonies of #DC3533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3533

Black with #DC3533

Text Example


Text Example

White with #DC3533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3533; }

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

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

background-color css

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

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

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

border-color css

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

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

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