Html Css Color HEX #DC471C Cinnabar

📋 copy color: '#DC471C'

red 220 ◦ green 71 ◦ blue 28

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

Shades of Cinnabar #DC471C

Tints of Cinnabar #DC471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.78%

R = 68.97%
G = 22.26%
B = 8.78%

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

#DC471C (or 0xDC471C) is known color: Cinnabar. HEX triplet: DC, 47 and 1C. RGB value is (220,71,28). Sum of RGB (Red+Green+Blue) = 220+71+28=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC471C is #23B8E3. Grayscale: #6E6E6E. Windows color (decimal): -2341092 or 1853404. OLE color: 1853404.

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

Color convert

RGB 220 71 28 -
CMYK 0 0.68 0.87 0.14
HSL 13.44º 0.77% 0.49% -
HSV(B) 13.44º 0.87% 0.86% -
XYZ 31.98 19.81 3.24 -
YUV 110.65 81.36 206 -
System Red Green Blue C M Y K H S L
Decimal 220 71 28 0 0.68 0.87 0.14 13.44 0.77 0.49
Hex DC 47 1C 0 44 57 E D 4D 31
Octal 334 107 34 0 104 127 16 15 115 61
Binary 11011100 1000111 11100 0 1000100 1010111 1110 1101 1001101 110001

Color Harmonies of #DC471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC471C

Black with #DC471C

Text Example


Text Example

White with #DC471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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