Html Css Color HEX #DD503D Cinnabar

📋 copy color: '#DD503D'

red 221 ◦ green 80 ◦ blue 61

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

Shades of Cinnabar #DD503D

Tints of Cinnabar #DD503D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

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

R = 61.05%
G = 22.1%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD503D (or 0xDD503D) is known color: Cinnabar. HEX triplet: DD, 50 and 3D. RGB value is (221,80,61). Sum of RGB (Red+Green+Blue) = 221+80+61=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD503D is #22AFC2. Grayscale: #787878. Windows color (decimal): -2273219 or 4018397. OLE color: 4018397.

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

Color convert

RGB 221 80 61 -
CMYK 0 0.64 0.72 0.13
HSL 7.13º 0.7% 0.55% -
HSV(B) 7.13º 0.72% 0.87% -
XYZ 33.53 21.45 6.79 -
YUV 119.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 221 80 61 0 0.64 0.72 0.13 7.13 0.7 0.55
Hex DD 50 3D 0 40 48 D 7 46 37
Octal 335 120 75 0 100 110 15 7 106 67
Binary 11011101 1010000 111101 0 1000000 1001000 1101 111 1000110 110111

Color Harmonies of #DD503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD503D

Black with #DD503D

Text Example


Text Example

White with #DD503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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