Html Css Color HEX #D16252 Sunglo

📋 copy color: '#D16252'

red 209 ◦ green 98 ◦ blue 82

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

Shades of Sunglo #D16252

Tints of Sunglo #D16252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 53.73%
G = 25.19%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D16252 (or 0xD16252) is known color: Sunglo. HEX triplet: D1, 62 and 52. RGB value is (209,98,82). Sum of RGB (Red+Green+Blue) = 209+98+82=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D16252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16252 is #2E9DAD. Grayscale: #818181. Windows color (decimal): -3055022 or 5399249. OLE color: 5399249.

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

Color convert

RGB 209 98 82 -
CMYK 0 0.53 0.61 0.18
HSL 7.56º 0.58% 0.57% -
HSV(B) 7.56º 0.61% 0.82% -
XYZ 32.19 22.9 10.71 -
YUV 129.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 209 98 82 0 0.53 0.61 0.18 7.56 0.58 0.57
Hex D1 62 52 0 35 3D 12 8 3A 39
Octal 321 142 122 0 65 75 22 10 72 71
Binary 11010001 1100010 1010010 0 110101 111101 10010 1000 111010 111001

Color Harmonies of #D16252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16252

Black with #D16252

Text Example


Text Example

White with #D16252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16252; }

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

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

background-color css

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

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

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

border-color css

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

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

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