Html Css Color HEX #DC471D Cinnabar

📋 copy color: '#DC471D'

red 220 ◦ green 71 ◦ blue 29

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

Shades of Cinnabar #DC471D

Tints of Cinnabar #DC471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.19%

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

R = 68.75%
G = 22.19%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC471D (or 0xDC471D) is known color: Cinnabar. HEX triplet: DC, 47 and 1D. RGB value is (220,71,29). Sum of RGB (Red+Green+Blue) = 220+71+29=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC471D is #23B8E2. Grayscale: #6F6F6F. Windows color (decimal): -2341091 or 1918940. OLE color: 1918940.

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

Color convert

RGB 220 71 29 -
CMYK 0 0.68 0.87 0.14
HSL 13.19º 0.77% 0.49% -
HSV(B) 13.19º 0.87% 0.86% -
XYZ 31.99 19.81 3.3 -
YUV 110.76 81.86 205.92 -
System Red Green Blue C M Y K H S L
Decimal 220 71 29 0 0.68 0.87 0.14 13.19 0.77 0.49
Hex DC 47 1D 0 44 57 E D 4D 31
Octal 334 107 35 0 104 127 16 15 115 61
Binary 11011100 1000111 11101 0 1000100 1010111 1110 1101 1001101 110001

Color Harmonies of #DC471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC471D

Black with #DC471D

Text Example


Text Example

White with #DC471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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