Html Css Color HEX #DD503A Cinnabar

📋 copy color: '#DD503A'

red 221 ◦ green 80 ◦ blue 58

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

Shades of Cinnabar #DD503A

Tints of Cinnabar #DD503A

RGB

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

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

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

R = 61.56%
G = 22.28%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD503A (or 0xDD503A) is known color: Cinnabar. HEX triplet: DD, 50 and 3A. RGB value is (221,80,58). Sum of RGB (Red+Green+Blue) = 221+80+58=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD503A is #22AFC5. Grayscale: #777777. Windows color (decimal): -2273222 or 3821789. OLE color: 3821789.

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

Color convert

RGB 221 80 58 -
CMYK 0 0.64 0.74 0.13
HSL 8.1º 0.71% 0.55% -
HSV(B) 8.1º 0.74% 0.87% -
XYZ 33.45 21.41 6.37 -
YUV 119.65 93.21 200.29 -
System Red Green Blue C M Y K H S L
Decimal 221 80 58 0 0.64 0.74 0.13 8.1 0.71 0.55
Hex DD 50 3A 0 40 4A D 8 47 37
Octal 335 120 72 0 100 112 15 10 107 67
Binary 11011101 1010000 111010 0 1000000 1001010 1101 1000 1000111 110111

Color Harmonies of #DD503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD503A

Black with #DD503A

Text Example


Text Example

White with #DD503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD503A; }

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

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

background-color css

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

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

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

border-color css

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

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

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