Html Css Color HEX #D25753 Valencia

📋 copy color: '#D25753'

red 210 ◦ green 87 ◦ blue 83

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

Shades of Valencia #D25753

Tints of Valencia #D25753

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.89%

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 55.26%
G = 22.89%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D25753 (or 0xD25753) is known color: Valencia. HEX triplet: D2, 57 and 53. RGB value is (210,87,83). Sum of RGB (Red+Green+Blue) = 210+87+83=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D25753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25753 is #2DA8AC. Grayscale: #7B7B7B. Windows color (decimal): -2992301 or 5461970. OLE color: 5461970.

HSL color Cylindrical-coordinate representation of color #D25753: hue angle of 1.89º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25753 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 87 83 -
CMYK 0 0.59 0.60 0.18
HSL 1.89º 0.59% 0.57% -
HSV(B) 1.89º 0.6% 0.82% -
XYZ 31.55 21.14 10.6 -
YUV 123.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 210 87 83 0 0.59 0.60 0.18 1.89 0.59 0.57
Hex D2 57 53 0 3B 3C 12 2 3B 39
Octal 322 127 123 0 73 74 22 2 73 71
Binary 11010010 1010111 1010011 0 111011 111100 10010 10 111011 111001

Color Harmonies of #D25753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25753

Black with #D25753

Text Example


Text Example

White with #D25753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25753; }

 p { color: rgb(210,87,83); }

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

background-color css

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

 a { background-color: rgb(210,87,83); }

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

border-color css

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

 span { border-color: rgb(210,87,83); }

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