Html Css Color HEX #DC491D Cinnabar

📋 copy color: '#DC491D'

red 220 ◦ green 73 ◦ blue 29

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

Shades of Cinnabar #DC491D

Tints of Cinnabar #DC491D

RGB

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

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

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

R = 68.32%
G = 22.67%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC491D (or 0xDC491D) is known color: Cinnabar. HEX triplet: DC, 49 and 1D. RGB value is (220,73,29). Sum of RGB (Red+Green+Blue) = 220+73+29=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC491D is #23B6E2. Grayscale: #707070. Windows color (decimal): -2340579 or 1919452. OLE color: 1919452.

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

Color convert

RGB 220 73 29 -
CMYK 0 0.67 0.87 0.14
HSL 13.82º 0.77% 0.49% -
HSV(B) 13.82º 0.87% 0.86% -
XYZ 32.12 20.07 3.34 -
YUV 111.94 81.2 205.08 -
System Red Green Blue C M Y K H S L
Decimal 220 73 29 0 0.67 0.87 0.14 13.82 0.77 0.49
Hex DC 49 1D 0 43 57 E E 4D 31
Octal 334 111 35 0 103 127 16 16 115 61
Binary 11011100 1001001 11101 0 1000011 1010111 1110 1110 1001101 110001

Color Harmonies of #DC491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC491D

Black with #DC491D

Text Example


Text Example

White with #DC491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC491D; }

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

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

background-color css

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

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

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

border-color css

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

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

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