Html Css Color HEX #D25548 Valencia

📋 copy color: '#D25548'

red 210 ◦ green 85 ◦ blue 72

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

Shades of Valencia #D25548

Tints of Valencia #D25548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.62%

R = 57.22%
G = 23.16%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D25548 (or 0xD25548) is known color: Valencia. HEX triplet: D2, 55 and 48. RGB value is (210,85,72). Sum of RGB (Red+Green+Blue) = 210+85+72=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D25548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25548 is #2DAAB7. Grayscale: #797979. Windows color (decimal): -2992824 or 4740562. OLE color: 4740562.

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

Color convert

RGB 210 85 72 -
CMYK 0 0.60 0.66 0.18
HSL 5.65º 0.61% 0.55% -
HSV(B) 5.65º 0.66% 0.82% -
XYZ 31 20.67 8.49 -
YUV 120.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 210 85 72 0 0.60 0.66 0.18 5.65 0.61 0.55
Hex D2 55 48 0 3C 42 12 6 3D 37
Octal 322 125 110 0 74 102 22 6 75 67
Binary 11010010 1010101 1001000 0 111100 1000010 10010 110 111101 110111

Color Harmonies of #D25548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25548

Black with #D25548

Text Example


Text Example

White with #D25548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25548; }

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

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

background-color css

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

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

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

border-color css

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

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

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