Html Css Color HEX #DD491F Cinnabar

📋 copy color: '#DD491F'

red 221 ◦ green 73 ◦ blue 31

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

Shades of Cinnabar #DD491F

Tints of Cinnabar #DD491F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 68%
G = 22.46%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD491F (or 0xDD491F) is known color: Cinnabar. HEX triplet: DD, 49 and 1F. RGB value is (221,73,31). Sum of RGB (Red+Green+Blue) = 221+73+31=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD491F is #22B6E0. Grayscale: #707070. Windows color (decimal): -2275041 or 2050525. OLE color: 2050525.

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

Color convert

RGB 221 73 31 -
CMYK 0 0.67 0.86 0.13
HSL 13.26º 0.75% 0.49% -
HSV(B) 13.26º 0.86% 0.87% -
XYZ 32.45 20.24 3.49 -
YUV 112.46 82.03 205.42 -
System Red Green Blue C M Y K H S L
Decimal 221 73 31 0 0.67 0.86 0.13 13.26 0.75 0.49
Hex DD 49 1F 0 43 56 D D 4B 31
Octal 335 111 37 0 103 126 15 15 113 61
Binary 11011101 1001001 11111 0 1000011 1010110 1101 1101 1001011 110001

Color Harmonies of #DD491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD491F

Black with #DD491F

Text Example


Text Example

White with #DD491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD491F; }

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

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

background-color css

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

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

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

border-color css

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

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

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