Html Css Color HEX #D25A50 Valencia

📋 copy color: '#D25A50'

red 210 ◦ green 90 ◦ blue 80

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

Shades of Valencia #D25A50

Tints of Valencia #D25A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.68%

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

R = 55.26%
G = 23.68%
B = 21.05%

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

#D25A50 (or 0xD25A50) is known color: Valencia. HEX triplet: D2, 5A and 50. RGB value is (210,90,80). Sum of RGB (Red+Green+Blue) = 210+90+80=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A50 is #2DA5AF. Grayscale: #7C7C7C. Windows color (decimal): -2991536 or 5266130. OLE color: 5266130.

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

Color convert

RGB 210 90 80 -
CMYK 0 0.57 0.62 0.18
HSL 4.62º 0.59% 0.57% -
HSV(B) 4.62º 0.62% 0.82% -
XYZ 31.68 21.59 10.09 -
YUV 124.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 210 90 80 0 0.57 0.62 0.18 4.62 0.59 0.57
Hex D2 5A 50 0 39 3E 12 5 3B 39
Octal 322 132 120 0 71 76 22 5 73 71
Binary 11010010 1011010 1010000 0 111001 111110 10010 101 111011 111001

Color Harmonies of #D25A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A50

Black with #D25A50

Text Example


Text Example

White with #D25A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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