Html Css Color HEX #D25D50 Valencia

📋 copy color: '#D25D50'

red 210 ◦ green 93 ◦ blue 80

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

Shades of Valencia #D25D50

Tints of Valencia #D25D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.28%

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

R = 54.83%
G = 24.28%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D25D50 (or 0xD25D50) is known color: Valencia. HEX triplet: D2, 5D and 50. RGB value is (210,93,80). Sum of RGB (Red+Green+Blue) = 210+93+80=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D50 is #2DA2AF. Grayscale: #7E7E7E. Windows color (decimal): -2990768 or 5266898. OLE color: 5266898.

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

Color convert

RGB 210 93 80 -
CMYK 0 0.56 0.62 0.18
HSL 0.59% 0.57% -
HSV(B) 0.62% 0.82% -
XYZ 31.94 22.11 10.17 -
YUV 126.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 210 93 80 0 0.56 0.62 0.18 6 0.59 0.57
Hex D2 5D 50 0 38 3E 12 6 3B 39
Octal 322 135 120 0 70 76 22 6 73 71
Binary 11010010 1011101 1010000 0 111000 111110 10010 110 111011 111001

Color Harmonies of #D25D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D50

Black with #D25D50

Text Example


Text Example

White with #D25D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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