Html Css Color HEX #DD513D Cinnabar

📋 copy color: '#DD513D'

red 221 ◦ green 81 ◦ blue 61

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

Shades of Cinnabar #DD513D

Tints of Cinnabar #DD513D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.31%

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

R = 60.88%
G = 22.31%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD513D (or 0xDD513D) is known color: Cinnabar. HEX triplet: DD, 51 and 3D. RGB value is (221,81,61). Sum of RGB (Red+Green+Blue) = 221+81+61=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD513D is #22AEC2. Grayscale: #787878. Windows color (decimal): -2272963 or 4018653. OLE color: 4018653.

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

Color convert

RGB 221 81 61 -
CMYK 0 0.63 0.72 0.13
HSL 7.5º 0.7% 0.55% -
HSV(B) 7.5º 0.72% 0.87% -
XYZ 33.6 21.59 6.81 -
YUV 120.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 221 81 61 0 0.63 0.72 0.13 7.5 0.7 0.55
Hex DD 51 3D 0 3F 48 D 8 46 37
Octal 335 121 75 0 77 110 15 10 106 67
Binary 11011101 1010001 111101 0 111111 1001000 1101 1000 1000110 110111

Color Harmonies of #DD513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD513D

Black with #DD513D

Text Example


Text Example

White with #DD513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD513D; }

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

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

background-color css

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

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

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

border-color css

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

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

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