Html Css Color HEX #DD492F Cinnabar

📋 copy color: '#DD492F'

red 221 ◦ green 73 ◦ blue 47

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

Shades of Cinnabar #DD492F

Tints of Cinnabar #DD492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.78%

R = 64.81%
G = 21.41%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD492F (or 0xDD492F) is known color: Cinnabar. HEX triplet: DD, 49 and 2F. RGB value is (221,73,47). Sum of RGB (Red+Green+Blue) = 221+73+47=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD492F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD492F is #22B6D0. Grayscale: #727272. Windows color (decimal): -2275025 or 3099101. OLE color: 3099101.

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

Color convert

RGB 221 73 47 -
CMYK 0 0.67 0.79 0.13
HSL 8.97º 0.72% 0.53% -
HSV(B) 8.97º 0.79% 0.87% -
XYZ 32.71 20.34 4.89 -
YUV 114.29 90.03 204.11 -
System Red Green Blue C M Y K H S L
Decimal 221 73 47 0 0.67 0.79 0.13 8.97 0.72 0.53
Hex DD 49 2F 0 43 4F D 9 48 35
Octal 335 111 57 0 103 117 15 11 110 65
Binary 11011101 1001001 101111 0 1000011 1001111 1101 1001 1001000 110101

Color Harmonies of #DD492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD492F

Black with #DD492F

Text Example


Text Example

White with #DD492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD492F; }

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

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

background-color css

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

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

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

border-color css

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

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

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