Html Css Color HEX #D25449 Valencia

📋 copy color: '#D25449'

red 210 ◦ green 84 ◦ blue 73

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

Shades of Valencia #D25449

Tints of Valencia #D25449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

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

R = 57.22%
G = 22.89%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D25449 (or 0xD25449) is known color: Valencia. HEX triplet: D2, 54 and 49. RGB value is (210,84,73). Sum of RGB (Red+Green+Blue) = 210+84+73=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D25449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25449 is #2DABB6. Grayscale: #787878. Windows color (decimal): -2993079 or 4805842. OLE color: 4805842.

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

Color convert

RGB 210 84 73 -
CMYK 0 0.6 0.65 0.18
HSL 4.82º 0.6% 0.55% -
HSV(B) 4.82º 0.65% 0.82% -
XYZ 30.95 20.52 8.63 -
YUV 120.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 210 84 73 0 0.6 0.65 0.18 4.82 0.6 0.55
Hex D2 54 49 0 3C 41 12 5 3C 37
Octal 322 124 111 0 74 101 22 5 74 67
Binary 11010010 1010100 1001001 0 111100 1000001 10010 101 111100 110111

Color Harmonies of #D25449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25449

Black with #D25449

Text Example


Text Example

White with #D25449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25449; }

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

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

background-color css

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

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

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

border-color css

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

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

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