Html Css Color HEX #DC471E Cinnabar

📋 copy color: '#DC471E'

red 220 ◦ green 71 ◦ blue 30

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

Shades of Cinnabar #DC471E

Tints of Cinnabar #DC471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.35%

R = 68.54%
G = 22.12%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC471E (or 0xDC471E) is known color: Cinnabar. HEX triplet: DC, 47 and 1E. RGB value is (220,71,30). Sum of RGB (Red+Green+Blue) = 220+71+30=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC471E is #23B8E1. Grayscale: #6F6F6F. Windows color (decimal): -2341090 or 1984476. OLE color: 1984476.

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

Color convert

RGB 220 71 30 -
CMYK 0 0.68 0.86 0.14
HSL 12.95º 0.76% 0.49% -
HSV(B) 12.95º 0.86% 0.86% -
XYZ 32 19.82 3.37 -
YUV 110.88 82.36 205.83 -
System Red Green Blue C M Y K H S L
Decimal 220 71 30 0 0.68 0.86 0.14 12.95 0.76 0.49
Hex DC 47 1E 0 44 56 E D 4C 31
Octal 334 107 36 0 104 126 16 15 114 61
Binary 11011100 1000111 11110 0 1000100 1010110 1110 1101 1001100 110001

Color Harmonies of #DC471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC471E

Black with #DC471E

Text Example


Text Example

White with #DC471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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