Html Css Color HEX #D25549 Valencia

📋 copy color: '#D25549'

red 210 ◦ green 85 ◦ blue 73

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

Shades of Valencia #D25549

Tints of Valencia #D25549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 57.07%
G = 23.1%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D25549 (or 0xD25549) is known color: Valencia. HEX triplet: D2, 55 and 49. RGB value is (210,85,73). Sum of RGB (Red+Green+Blue) = 210+85+73=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D25549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25549 is #2DAAB6. Grayscale: #797979. Windows color (decimal): -2992823 or 4806098. OLE color: 4806098.

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

Color convert

RGB 210 85 73 -
CMYK 0 0.60 0.65 0.18
HSL 5.26º 0.6% 0.55% -
HSV(B) 5.26º 0.65% 0.82% -
XYZ 31.03 20.68 8.66 -
YUV 121.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 210 85 73 0 0.60 0.65 0.18 5.26 0.6 0.55
Hex D2 55 49 0 3C 41 12 5 3C 37
Octal 322 125 111 0 74 101 22 5 74 67
Binary 11010010 1010101 1001001 0 111100 1000001 10010 101 111100 110111

Color Harmonies of #D25549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25549

Black with #D25549

Text Example


Text Example

White with #D25549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25549; }

 p { color: rgb(210,85,73); }

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

background-color css

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

 a { background-color: rgb(210,85,73); }

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

border-color css

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

 span { border-color: rgb(210,85,73); }

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