Html Css Color HEX #DC441D Cinnabar

📋 copy color: '#DC441D'

red 220 ◦ green 68 ◦ blue 29

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

Shades of Cinnabar #DC441D

Tints of Cinnabar #DC441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 69.4%
G = 21.45%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC441D (or 0xDC441D) is known color: Cinnabar. HEX triplet: DC, 44 and 1D. RGB value is (220,68,29). Sum of RGB (Red+Green+Blue) = 220+68+29=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC441D is #23BBE2. Grayscale: #6D6D6D. Windows color (decimal): -2341859 or 1918172. OLE color: 1918172.

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

Color convert

RGB 220 68 29 -
CMYK 0 0.69 0.87 0.14
HSL 12.25º 0.77% 0.49% -
HSV(B) 12.25º 0.87% 0.86% -
XYZ 31.8 19.44 3.24 -
YUV 109 82.86 207.17 -
System Red Green Blue C M Y K H S L
Decimal 220 68 29 0 0.69 0.87 0.14 12.25 0.77 0.49
Hex DC 44 1D 0 45 57 E C 4D 31
Octal 334 104 35 0 105 127 16 14 115 61
Binary 11011100 1000100 11101 0 1000101 1010111 1110 1100 1001101 110001

Color Harmonies of #DC441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC441D

Black with #DC441D

Text Example


Text Example

White with #DC441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC441D; }

 p { color: rgb(220,68,29); }

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

background-color css

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

 a { background-color: rgb(220,68,29); }

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

border-color css

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

 span { border-color: rgb(220,68,29); }

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