Html Css Color HEX #DC3732 Cinnabar

📋 copy color: '#DC3732'

red 220 ◦ green 55 ◦ blue 50

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

Shades of Cinnabar #DC3732

Tints of Cinnabar #DC3732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 67.69%
G = 16.92%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC3732 (or 0xDC3732) is known color: Cinnabar. HEX triplet: DC, 37 and 32. RGB value is (220,55,50). Sum of RGB (Red+Green+Blue) = 220+55+50=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3732 is #23C8CD. Grayscale: #676767. Windows color (decimal): -2345166 or 3291100. OLE color: 3291100.

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

Color convert

RGB 220 55 50 -
CMYK 0 0.75 0.77 0.14
HSL 1.76º 0.71% 0.53% -
HSV(B) 1.76º 0.77% 0.86% -
XYZ 31.46 18.18 4.87 -
YUV 103.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 220 55 50 0 0.75 0.77 0.14 1.76 0.71 0.53
Hex DC 37 32 0 4B 4D E 2 47 35
Octal 334 67 62 0 113 115 16 2 107 65
Binary 11011100 110111 110010 0 1001011 1001101 1110 10 1000111 110101

Color Harmonies of #DC3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3732

Black with #DC3732

Text Example


Text Example

White with #DC3732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3732; }

 p { color: rgb(220,55,50); }

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

background-color css

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

 a { background-color: rgb(220,55,50); }

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

border-color css

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

 span { border-color: rgb(220,55,50); }

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