Html Css Color HEX #D9503B Cinnabar

📋 copy color: '#D9503B'

red 217 ◦ green 80 ◦ blue 59

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

Shades of Cinnabar #D9503B

Tints of Cinnabar #D9503B

RGB

 RED value IS 217 (85.16% from 255) = 60.96%

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

 BLUE value IS 59 (23.44% from 255) = 16.57%

R = 60.96%
G = 22.47%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9503B (or 0xD9503B) is known color: Cinnabar. HEX triplet: D9, 50 and 3B. RGB value is (217,80,59). Sum of RGB (Red+Green+Blue) = 217+80+59=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D9503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9503B is #26AFC4. Grayscale: #767676. Windows color (decimal): -2535365 or 3887321. OLE color: 3887321.

HSL color Cylindrical-coordinate representation of color #D9503B: hue angle of 7.97º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9503B is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 59 -
CMYK 0 0.63 0.73 0.15
HSL 7.97º 0.68% 0.54% -
HSV(B) 7.97º 0.73% 0.85% -
XYZ 32.27 20.8 6.45 -
YUV 118.57 94.39 198.21 -
System Red Green Blue C M Y K H S L
Decimal 217 80 59 0 0.63 0.73 0.15 7.97 0.68 0.54
Hex D9 50 3B 0 3F 49 F 8 44 36
Octal 331 120 73 0 77 111 17 10 104 66
Binary 11011001 1010000 111011 0 111111 1001001 1111 1000 1000100 110110

Color Harmonies of #D9503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9503B

Black with #D9503B

Text Example


Text Example

White with #D9503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9503B; }

 p { color: rgb(217,80,59); }

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

background-color css

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

 a { background-color: rgb(217,80,59); }

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

border-color css

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

 span { border-color: rgb(217,80,59); }

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