Html Css Color HEX #D25F50 Valencia

📋 copy color: '#D25F50'

red 210 ◦ green 95 ◦ blue 80

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

Shades of Valencia #D25F50

Tints of Valencia #D25F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.68%

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

R = 54.55%
G = 24.68%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D25F50 (or 0xD25F50) is known color: Valencia. HEX triplet: D2, 5F and 50. RGB value is (210,95,80). Sum of RGB (Red+Green+Blue) = 210+95+80=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F50 is #2DA0AF. Grayscale: #7F7F7F. Windows color (decimal): -2990256 or 5267410. OLE color: 5267410.

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

Color convert

RGB 210 95 80 -
CMYK 0 0.55 0.62 0.18
HSL 6.92º 0.59% 0.57% -
HSV(B) 6.92º 0.62% 0.82% -
XYZ 32.12 22.47 10.23 -
YUV 127.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 210 95 80 0 0.55 0.62 0.18 6.92 0.59 0.57
Hex D2 5F 50 0 37 3E 12 7 3B 39
Octal 322 137 120 0 67 76 22 7 73 71
Binary 11010010 1011111 1010000 0 110111 111110 10010 111 111011 111001

Color Harmonies of #D25F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25F50

Black with #D25F50

Text Example


Text Example

White with #D25F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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