Html Css Color HEX #D25950 Valencia

📋 copy color: '#D25950'

red 210 ◦ green 89 ◦ blue 80

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

Shades of Valencia #D25950

Tints of Valencia #D25950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.48%

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

R = 55.41%
G = 23.48%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D25950 (or 0xD25950) is known color: Valencia. HEX triplet: D2, 59 and 50. RGB value is (210,89,80). Sum of RGB (Red+Green+Blue) = 210+89+80=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D25950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25950 is #2DA6AF. Grayscale: #7C7C7C. Windows color (decimal): -2991792 or 5265874. OLE color: 5265874.

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

Color convert

RGB 210 89 80 -
CMYK 0 0.58 0.62 0.18
HSL 4.15º 0.59% 0.57% -
HSV(B) 4.15º 0.62% 0.82% -
XYZ 31.6 21.43 10.06 -
YUV 124.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 210 89 80 0 0.58 0.62 0.18 4.15 0.59 0.57
Hex D2 59 50 0 3A 3E 12 4 3B 39
Octal 322 131 120 0 72 76 22 4 73 71
Binary 11010010 1011001 1010000 0 111010 111110 10010 100 111011 111001

Color Harmonies of #D25950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25950

Black with #D25950

Text Example


Text Example

White with #D25950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25950; }

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

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

background-color css

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

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

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

border-color css

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

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

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