Html Css Color HEX #DC491E Cinnabar

📋 copy color: '#DC491E'

red 220 ◦ green 73 ◦ blue 30

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

Shades of Cinnabar #DC491E

Tints of Cinnabar #DC491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.6%

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

R = 68.11%
G = 22.6%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC491E (or 0xDC491E) is known color: Cinnabar. HEX triplet: DC, 49 and 1E. RGB value is (220,73,30). Sum of RGB (Red+Green+Blue) = 220+73+30=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC491E is #23B6E1. Grayscale: #707070. Windows color (decimal): -2340578 or 1984988. OLE color: 1984988.

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

Color convert

RGB 220 73 30 -
CMYK 0 0.67 0.86 0.14
HSL 13.58º 0.76% 0.49% -
HSV(B) 13.58º 0.86% 0.86% -
XYZ 32.13 20.07 3.41 -
YUV 112.05 81.7 205 -
System Red Green Blue C M Y K H S L
Decimal 220 73 30 0 0.67 0.86 0.14 13.58 0.76 0.49
Hex DC 49 1E 0 43 56 E E 4C 31
Octal 334 111 36 0 103 126 16 16 114 61
Binary 11011100 1001001 11110 0 1000011 1010110 1110 1110 1001100 110001

Color Harmonies of #DC491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC491E

Black with #DC491E

Text Example


Text Example

White with #DC491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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