Html Css Color HEX #D15151 Valencia

📋 copy color: '#D15151'

red 209 ◦ green 81 ◦ blue 81

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

Shades of Valencia #D15151

Tints of Valencia #D15151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.83%

R = 56.33%
G = 21.83%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D15151 (or 0xD15151) is known color: Valencia. HEX triplet: D1, 51 and 51. RGB value is (209,81,81). Sum of RGB (Red+Green+Blue) = 209+81+81=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D15151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15151 is #2EAEAE. Grayscale: #777777. Windows color (decimal): -3059375 or 5329361. OLE color: 5329361.

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

Color convert

RGB 209 81 81 -
CMYK 0 0.61 0.61 0.18
HSL 0.58% 0.57% -
HSV(B) 0.61% 0.82% -
XYZ 30.72 20.03 10.03 -
YUV 119.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 209 81 81 0 0.61 0.61 0.18 0 0.58 0.57
Hex D1 51 51 0 3D 3D 12 0 3A 39
Octal 321 121 121 0 75 75 22 0 72 71
Binary 11010001 1010001 1010001 0 111101 111101 10010 0 111010 111001

Color Harmonies of #D15151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15151

Black with #D15151

Text Example


Text Example

White with #D15151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15151; }

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

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

background-color css

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

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

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

border-color css

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

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

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