Html Css Color HEX #D25849 Valencia

📋 copy color: '#D25849'

red 210 ◦ green 88 ◦ blue 73

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

Shades of Valencia #D25849

Tints of Valencia #D25849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

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

R = 56.6%
G = 23.72%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D25849 (or 0xD25849) is known color: Valencia. HEX triplet: D2, 58 and 49. RGB value is (210,88,73). Sum of RGB (Red+Green+Blue) = 210+88+73=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D25849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25849 is #2DA7B6. Grayscale: #7A7A7A. Windows color (decimal): -2992055 or 4806866. OLE color: 4806866.

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

Color convert

RGB 210 88 73 -
CMYK 0 0.58 0.65 0.18
HSL 6.57º 0.6% 0.55% -
HSV(B) 6.57º 0.65% 0.82% -
XYZ 31.27 21.16 8.74 -
YUV 122.77 99.92 190.22 -
System Red Green Blue C M Y K H S L
Decimal 210 88 73 0 0.58 0.65 0.18 6.57 0.6 0.55
Hex D2 58 49 0 3A 41 12 7 3C 37
Octal 322 130 111 0 72 101 22 7 74 67
Binary 11010010 1011000 1001001 0 111010 1000001 10010 111 111100 110111

Color Harmonies of #D25849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25849

Black with #D25849

Text Example


Text Example

White with #D25849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25849; }

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

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

background-color css

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

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

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

border-color css

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

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

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