Html Css Color HEX #D15046 Valencia

📋 copy color: '#D15046'

red 209 ◦ green 80 ◦ blue 70

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

Shades of Valencia #D15046

Tints of Valencia #D15046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.5%

R = 58.22%
G = 22.28%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D15046 (or 0xD15046) is known color: Valencia. HEX triplet: D1, 50 and 46. RGB value is (209,80,70). Sum of RGB (Red+Green+Blue) = 209+80+70=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D15046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15046 is #2EAFB9. Grayscale: #757575. Windows color (decimal): -3059642 or 4608209. OLE color: 4608209.

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

Color convert

RGB 209 80 70 -
CMYK 0 0.62 0.67 0.18
HSL 4.32º 0.6% 0.55% -
HSV(B) 4.32º 0.67% 0.82% -
XYZ 30.27 19.73 8.01 -
YUV 117.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 209 80 70 0 0.62 0.67 0.18 4.32 0.6 0.55
Hex D1 50 46 0 3E 43 12 4 3C 37
Octal 321 120 106 0 76 103 22 4 74 67
Binary 11010001 1010000 1000110 0 111110 1000011 10010 100 111100 110111

Color Harmonies of #D15046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15046

Black with #D15046

Text Example


Text Example

White with #D15046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15046; }

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

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

background-color css

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

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

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

border-color css

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

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

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