Html Css Color HEX #D25D4F Valencia

📋 copy color: '#D25D4F'

red 210 ◦ green 93 ◦ blue 79

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

Shades of Valencia #D25D4F

Tints of Valencia #D25D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.68%

R = 54.97%
G = 24.35%
B = 20.68%

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

#D25D4F (or 0xD25D4F) is known color: Valencia. HEX triplet: D2, 5D and 4F. RGB value is (210,93,79). Sum of RGB (Red+Green+Blue) = 210+93+79=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D4F is #2DA2B0. Grayscale: #7E7E7E. Windows color (decimal): -2990769 or 5201362. OLE color: 5201362.

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

Color convert

RGB 210 93 79 -
CMYK 0 0.56 0.62 0.18
HSL 6.41º 0.59% 0.57% -
HSV(B) 6.41º 0.62% 0.82% -
XYZ 31.9 22.09 9.98 -
YUV 126.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 210 93 79 0 0.56 0.62 0.18 6.41 0.59 0.57
Hex D2 5D 4F 0 38 3E 12 6 3B 39
Octal 322 135 117 0 70 76 22 6 73 71
Binary 11010010 1011101 1001111 0 111000 111110 10010 110 111011 111001

Color Harmonies of #D25D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D4F

Black with #D25D4F

Text Example


Text Example

White with #D25D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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