Html Css Color HEX #DD491D Cinnabar

📋 copy color: '#DD491D'

red 221 ◦ green 73 ◦ blue 29

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

Shades of Cinnabar #DD491D

Tints of Cinnabar #DD491D

RGB

 RED value IS 221 (86.72% from 255) = 68.42%

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

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

R = 68.42%
G = 22.6%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD491D (or 0xDD491D) is known color: Cinnabar. HEX triplet: DD, 49 and 1D. RGB value is (221,73,29). Sum of RGB (Red+Green+Blue) = 221+73+29=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD491D is #22B6E2. Grayscale: #707070. Windows color (decimal): -2275043 or 1919453. OLE color: 1919453.

HSL color Cylindrical-coordinate representation of color #DD491D: hue angle of 13.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD491D is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 73 29 -
CMYK 0 0.67 0.87 0.13
HSL 13.75º 0.77% 0.49% -
HSV(B) 13.75º 0.87% 0.87% -
XYZ 32.42 20.23 3.36 -
YUV 112.24 81.03 205.58 -
System Red Green Blue C M Y K H S L
Decimal 221 73 29 0 0.67 0.87 0.13 13.75 0.77 0.49
Hex DD 49 1D 0 43 57 D E 4D 31
Octal 335 111 35 0 103 127 15 16 115 61
Binary 11011101 1001001 11101 0 1000011 1010111 1101 1110 1001101 110001

Color Harmonies of #DD491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD491D

Black with #DD491D

Text Example


Text Example

White with #DD491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD491D; }

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

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

background-color css

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

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

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

border-color css

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

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

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