Html Css Color HEX #D16250 Sunglo

📋 copy color: '#D16250'

red 209 ◦ green 98 ◦ blue 80

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

Shades of Sunglo #D16250

Tints of Sunglo #D16250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.32%

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

R = 54.01%
G = 25.32%
B = 20.67%

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

#D16250 (or 0xD16250) is known color: Sunglo. HEX triplet: D1, 62 and 50. RGB value is (209,98,80). Sum of RGB (Red+Green+Blue) = 209+98+80=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D16250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16250 is #2E9DAF. Grayscale: #818181. Windows color (decimal): -3055024 or 5268177. OLE color: 5268177.

HSL color Cylindrical-coordinate representation of color #D16250: hue angle of 8.37º 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 #D16250 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 98 80 -
CMYK 0 0.53 0.62 0.18
HSL 8.37º 0.58% 0.57% -
HSV(B) 8.37º 0.62% 0.82% -
XYZ 32.11 22.87 10.31 -
YUV 129.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 209 98 80 0 0.53 0.62 0.18 8.37 0.58 0.57
Hex D1 62 50 0 35 3E 12 8 3A 39
Octal 321 142 120 0 65 76 22 10 72 71
Binary 11010001 1100010 1010000 0 110101 111110 10010 1000 111010 111001

Color Harmonies of #D16250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16250

Black with #D16250

Text Example


Text Example

White with #D16250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16250; }

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

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

background-color css

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

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

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

border-color css

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

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

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