Html Css Color HEX #DD513A Cinnabar

📋 copy color: '#DD513A'

red 221 ◦ green 81 ◦ blue 58

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

Shades of Cinnabar #DD513A

Tints of Cinnabar #DD513A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.11%

R = 61.39%
G = 22.5%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD513A (or 0xDD513A) is known color: Cinnabar. HEX triplet: DD, 51 and 3A. RGB value is (221,81,58). Sum of RGB (Red+Green+Blue) = 221+81+58=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD513A is #22AEC5. Grayscale: #787878. Windows color (decimal): -2272966 or 3822045. OLE color: 3822045.

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

Color convert

RGB 221 81 58 -
CMYK 0 0.63 0.74 0.13
HSL 8.47º 0.71% 0.55% -
HSV(B) 8.47º 0.74% 0.87% -
XYZ 33.52 21.56 6.4 -
YUV 120.24 92.88 199.87 -
System Red Green Blue C M Y K H S L
Decimal 221 81 58 0 0.63 0.74 0.13 8.47 0.71 0.55
Hex DD 51 3A 0 3F 4A D 8 47 37
Octal 335 121 72 0 77 112 15 10 107 67
Binary 11011101 1010001 111010 0 111111 1001010 1101 1000 1000111 110111

Color Harmonies of #DD513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD513A

Black with #DD513A

Text Example


Text Example

White with #DD513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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