Html Css Color HEX #D25B50 Valencia

📋 copy color: '#D25B50'

red 210 ◦ green 91 ◦ blue 80

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

Shades of Valencia #D25B50

Tints of Valencia #D25B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.88%

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

R = 55.12%
G = 23.88%
B = 21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D25B50 (or 0xD25B50) is known color: Valencia. HEX triplet: D2, 5B and 50. RGB value is (210,91,80). Sum of RGB (Red+Green+Blue) = 210+91+80=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B50 is #2DA4AF. Grayscale: #7D7D7D. Windows color (decimal): -2991280 or 5266386. OLE color: 5266386.

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

Color convert

RGB 210 91 80 -
CMYK 0 0.57 0.62 0.18
HSL 5.08º 0.59% 0.57% -
HSV(B) 5.08º 0.62% 0.82% -
XYZ 31.77 21.76 10.12 -
YUV 125.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 210 91 80 0 0.57 0.62 0.18 5.08 0.59 0.57
Hex D2 5B 50 0 39 3E 12 5 3B 39
Octal 322 133 120 0 71 76 22 5 73 71
Binary 11010010 1011011 1010000 0 111001 111110 10010 101 111011 111001

Color Harmonies of #D25B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B50

Black with #D25B50

Text Example


Text Example

White with #D25B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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