Html Css Color HEX #D25E53 Valencia

📋 copy color: '#D25E53'

red 210 ◦ green 94 ◦ blue 83

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

Shades of Valencia #D25E53

Tints of Valencia #D25E53

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.29%

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

R = 54.26%
G = 24.29%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D25E53 (or 0xD25E53) is known color: Valencia. HEX triplet: D2, 5E and 53. RGB value is (210,94,83). Sum of RGB (Red+Green+Blue) = 210+94+83=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E53 is #2DA1AC. Grayscale: #7F7F7F. Windows color (decimal): -2990509 or 5463762. OLE color: 5463762.

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

Color convert

RGB 210 94 83 -
CMYK 0 0.55 0.60 0.18
HSL 5.2º 0.59% 0.57% -
HSV(B) 5.2º 0.6% 0.82% -
XYZ 32.14 22.33 10.8 -
YUV 127.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 210 94 83 0 0.55 0.60 0.18 5.2 0.59 0.57
Hex D2 5E 53 0 37 3C 12 5 3B 39
Octal 322 136 123 0 67 74 22 5 73 71
Binary 11010010 1011110 1010011 0 110111 111100 10010 101 111011 111001

Color Harmonies of #D25E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E53

Black with #D25E53

Text Example


Text Example

White with #D25E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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