Html Css Color HEX #D15148 Valencia

📋 copy color: '#D15148'

red 209 ◦ green 81 ◦ blue 72

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

Shades of Valencia #D15148

Tints of Valencia #D15148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.38%

 BLUE value IS 72 (28.52% from 255) = 19.89%

R = 57.73%
G = 22.38%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D15148 (or 0xD15148) is known color: Valencia. HEX triplet: D1, 51 and 48. RGB value is (209,81,72). Sum of RGB (Red+Green+Blue) = 209+81+72=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D15148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15148 is #2EAEB7. Grayscale: #767676. Windows color (decimal): -3059384 or 4739537. OLE color: 4739537.

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

Color convert

RGB 209 81 72 -
CMYK 0 0.61 0.66 0.18
HSL 3.94º 0.6% 0.55% -
HSV(B) 3.94º 0.66% 0.82% -
XYZ 30.41 19.91 8.37 -
YUV 118.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 209 81 72 0 0.61 0.66 0.18 3.94 0.6 0.55
Hex D1 51 48 0 3D 42 12 4 3C 37
Octal 321 121 110 0 75 102 22 4 74 67
Binary 11010001 1010001 1001000 0 111101 1000010 10010 100 111100 110111

Color Harmonies of #D15148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15148

Black with #D15148

Text Example


Text Example

White with #D15148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15148; }

 p { color: rgb(209,81,72); }

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

background-color css

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

 a { background-color: rgb(209,81,72); }

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

border-color css

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

 span { border-color: rgb(209,81,72); }

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