Html Css Color HEX #D16350 Sunglo

📋 copy color: '#D16350'

red 209 ◦ green 99 ◦ blue 80

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

Shades of Sunglo #D16350

Tints of Sunglo #D16350

RGB

 RED value IS 209 (82.03% from 255) = 53.87%

 GREEN value IS 99 (39.06% from 255) = 25.52%

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 53.87%
G = 25.52%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D16350 (or 0xD16350) is known color: Sunglo. HEX triplet: D1, 63 and 50. RGB value is (209,99,80). Sum of RGB (Red+Green+Blue) = 209+99+80=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D16350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16350 is #2E9CAF. Grayscale: #818181. Windows color (decimal): -3054768 or 5268433. OLE color: 5268433.

HSL color Cylindrical-coordinate representation of color #D16350: hue angle of 8.84º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D16350 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 99 80 -
CMYK 0 0.53 0.62 0.18
HSL 8.84º 0.58% 0.57% -
HSV(B) 8.84º 0.62% 0.82% -
XYZ 32.2 23.06 10.34 -
YUV 129.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 209 99 80 0 0.53 0.62 0.18 8.84 0.58 0.57
Hex D1 63 50 0 35 3E 12 9 3A 39
Octal 321 143 120 0 65 76 22 11 72 71
Binary 11010001 1100011 1010000 0 110101 111110 10010 1001 111010 111001

Color Harmonies of #D16350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16350

Black with #D16350

Text Example


Text Example

White with #D16350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16350; }

 p { color: rgb(209,99,80); }

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

background-color css

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

 a { background-color: rgb(209,99,80); }

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

border-color css

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

 span { border-color: rgb(209,99,80); }

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