Html Css Color HEX #DC442D Cinnabar

📋 copy color: '#DC442D'

red 220 ◦ green 68 ◦ blue 45

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

Shades of Cinnabar #DC442D

Tints of Cinnabar #DC442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 66.07%
G = 20.42%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC442D (or 0xDC442D) is known color: Cinnabar. HEX triplet: DC, 44 and 2D. RGB value is (220,68,45). Sum of RGB (Red+Green+Blue) = 220+68+45=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC442D is #23BBD2. Grayscale: #6F6F6F. Windows color (decimal): -2341843 or 2966748. OLE color: 2966748.

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

Color convert

RGB 220 68 45 -
CMYK 0 0.69 0.80 0.14
HSL 7.89º 0.71% 0.52% -
HSV(B) 7.89º 0.8% 0.86% -
XYZ 32.06 19.54 4.56 -
YUV 110.83 90.86 205.87 -
System Red Green Blue C M Y K H S L
Decimal 220 68 45 0 0.69 0.80 0.14 7.89 0.71 0.52
Hex DC 44 2D 0 45 50 E 8 47 34
Octal 334 104 55 0 105 120 16 10 107 64
Binary 11011100 1000100 101101 0 1000101 1010000 1110 1000 1000111 110100

Color Harmonies of #DC442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC442D

Black with #DC442D

Text Example


Text Example

White with #DC442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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