Html Css Color HEX #D25150 Valencia

📋 copy color: '#D25150'

red 210 ◦ green 81 ◦ blue 80

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

Shades of Valencia #D25150

Tints of Valencia #D25150

RGB

 RED value IS 210 (82.42% from 255) = 56.6%

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

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

R = 56.6%
G = 21.83%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D25150 (or 0xD25150) is known color: Valencia. HEX triplet: D2, 51 and 50. RGB value is (210,81,80). Sum of RGB (Red+Green+Blue) = 210+81+80=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D25150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25150 is #2DAEAF. Grayscale: #777777. Windows color (decimal): -2993840 or 5263826. OLE color: 5263826.

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

Color convert

RGB 210 81 80 -
CMYK 0 0.61 0.62 0.18
HSL 0.46º 0.59% 0.57% -
HSV(B) 0.46º 0.62% 0.82% -
XYZ 30.97 20.17 9.85 -
YUV 119.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 210 81 80 0 0.61 0.62 0.18 0.46 0.59 0.57
Hex D2 51 50 0 3D 3E 12 0 3B 39
Octal 322 121 120 0 75 76 22 0 73 71
Binary 11010010 1010001 1010000 0 111101 111110 10010 0 111011 111001

Color Harmonies of #D25150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25150

Black with #D25150

Text Example


Text Example

White with #D25150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25150; }

 p { color: rgb(210,81,80); }

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

background-color css

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

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

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

border-color css

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

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

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