Html Css Color HEX #DC3829 Cinnabar

📋 copy color: '#DC3829'

red 220 ◦ green 56 ◦ blue 41

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

Shades of Cinnabar #DC3829

Tints of Cinnabar #DC3829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 69.4%
G = 17.67%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC3829 (or 0xDC3829) is known color: Cinnabar. HEX triplet: DC, 38 and 29. RGB value is (220,56,41). Sum of RGB (Red+Green+Blue) = 220+56+41=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3829 is #23C7D6. Grayscale: #676767. Windows color (decimal): -2344919 or 2701532. OLE color: 2701532.

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

Color convert

RGB 220 56 41 -
CMYK 0 0.75 0.81 0.14
HSL 5.03º 0.72% 0.51% -
HSV(B) 5.03º 0.81% 0.86% -
XYZ 31.33 18.2 3.96 -
YUV 103.33 92.83 211.22 -
System Red Green Blue C M Y K H S L
Decimal 220 56 41 0 0.75 0.81 0.14 5.03 0.72 0.51
Hex DC 38 29 0 4B 51 E 5 48 33
Octal 334 70 51 0 113 121 16 5 110 63
Binary 11011100 111000 101001 0 1001011 1010001 1110 101 1001000 110011

Color Harmonies of #DC3829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3829

Black with #DC3829

Text Example


Text Example

White with #DC3829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3829; }

 p { color: rgb(220,56,41); }

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

background-color css

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

 a { background-color: rgb(220,56,41); }

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

border-color css

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

 span { border-color: rgb(220,56,41); }

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