Html Css Color HEX #D25249 Valencia

📋 copy color: '#D25249'

red 210 ◦ green 82 ◦ blue 73

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

Shades of Valencia #D25249

Tints of Valencia #D25249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.47%

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

R = 57.53%
G = 22.47%
B = 20%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D25249 (or 0xD25249) is known color: Valencia. HEX triplet: D2, 52 and 49. RGB value is (210,82,73). Sum of RGB (Red+Green+Blue) = 210+82+73=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D25249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25249 is #2DADB6. Grayscale: #777777. Windows color (decimal): -2993591 or 4805330. OLE color: 4805330.

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

Color convert

RGB 210 82 73 -
CMYK 0 0.61 0.65 0.18
HSL 3.94º 0.6% 0.55% -
HSV(B) 3.94º 0.65% 0.82% -
XYZ 30.8 20.22 8.58 -
YUV 119.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 210 82 73 0 0.61 0.65 0.18 3.94 0.6 0.55
Hex D2 52 49 0 3D 41 12 4 3C 37
Octal 322 122 111 0 75 101 22 4 74 67
Binary 11010010 1010010 1001001 0 111101 1000001 10010 100 111100 110111

Color Harmonies of #D25249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25249

Black with #D25249

Text Example


Text Example

White with #D25249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25249; }

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

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

background-color css

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

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

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

border-color css

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

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

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