Html Css Color HEX #DD493E Cinnabar

📋 copy color: '#DD493E'

red 221 ◦ green 73 ◦ blue 62

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

Shades of Cinnabar #DD493E

Tints of Cinnabar #DD493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.42%

R = 62.08%
G = 20.51%
B = 17.42%

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

#DD493E (or 0xDD493E) is known color: Cinnabar. HEX triplet: DD, 49 and 3E. RGB value is (221,73,62). Sum of RGB (Red+Green+Blue) = 221+73+62=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD493E is #22B6C1. Grayscale: #747474. Windows color (decimal): -2275010 or 4082141. OLE color: 4082141.

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

Color convert

RGB 221 73 62 -
CMYK 0 0.67 0.72 0.13
HSL 4.15º 0.7% 0.55% -
HSV(B) 4.15º 0.72% 0.87% -
XYZ 33.07 20.49 6.77 -
YUV 116 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 221 73 62 0 0.67 0.72 0.13 4.15 0.7 0.55
Hex DD 49 3E 0 43 48 D 4 46 37
Octal 335 111 76 0 103 110 15 4 106 67
Binary 11011101 1001001 111110 0 1000011 1001000 1101 100 1000110 110111

Color Harmonies of #DD493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD493E

Black with #DD493E

Text Example


Text Example

White with #DD493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD493E; }

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

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

background-color css

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

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

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

border-color css

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

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

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