Html Css Color HEX #DC3728 Cinnabar

📋 copy color: '#DC3728'

red 220 ◦ green 55 ◦ blue 40

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

Shades of Cinnabar #DC3728

Tints of Cinnabar #DC3728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 69.84%
G = 17.46%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC3728 (or 0xDC3728) is known color: Cinnabar. HEX triplet: DC, 37 and 28. RGB value is (220,55,40). Sum of RGB (Red+Green+Blue) = 220+55+40=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3728 is #23C8D7. Grayscale: #666666. Windows color (decimal): -2345176 or 2635740. OLE color: 2635740.

HSL color Cylindrical-coordinate representation of color #DC3728: hue angle of 5º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC3728 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 55 40 -
CMYK 0 0.75 0.82 0.14
HSL 0.72% 0.51% -
HSV(B) 0.82% 0.86% -
XYZ 31.26 18.1 3.85 -
YUV 102.63 92.66 211.72 -
System Red Green Blue C M Y K H S L
Decimal 220 55 40 0 0.75 0.82 0.14 5 0.72 0.51
Hex DC 37 28 0 4B 52 E 5 48 33
Octal 334 67 50 0 113 122 16 5 110 63
Binary 11011100 110111 101000 0 1001011 1010010 1110 101 1001000 110011

Color Harmonies of #DC3728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3728

Black with #DC3728

Text Example


Text Example

White with #DC3728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3728; }

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

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

background-color css

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

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

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

border-color css

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

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

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