Html Css Color HEX #DD493D Cinnabar

📋 copy color: '#DD493D'

red 221 ◦ green 73 ◦ blue 61

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

Shades of Cinnabar #DD493D

Tints of Cinnabar #DD493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.18%

R = 62.25%
G = 20.56%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD493D (or 0xDD493D) is known color: Cinnabar. HEX triplet: DD, 49 and 3D. RGB value is (221,73,61). Sum of RGB (Red+Green+Blue) = 221+73+61=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD493D is #22B6C2. Grayscale: #747474. Windows color (decimal): -2275011 or 4016605. OLE color: 4016605.

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

Color convert

RGB 221 73 61 -
CMYK 0 0.67 0.72 0.13
HSL 4.5º 0.7% 0.55% -
HSV(B) 4.5º 0.72% 0.87% -
XYZ 33.04 20.47 6.63 -
YUV 115.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 221 73 61 0 0.67 0.72 0.13 4.5 0.7 0.55
Hex DD 49 3D 0 43 48 D 4 46 37
Octal 335 111 75 0 103 110 15 4 106 67
Binary 11011101 1001001 111101 0 1000011 1001000 1101 100 1000110 110111

Color Harmonies of #DD493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD493D

Black with #DD493D

Text Example


Text Example

White with #DD493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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