Html Css Color HEX #D25749 Valencia

📋 copy color: '#D25749'

red 210 ◦ green 87 ◦ blue 73

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

Shades of Valencia #D25749

Tints of Valencia #D25749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.51%

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

R = 56.76%
G = 23.51%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D25749 (or 0xD25749) is known color: Valencia. HEX triplet: D2, 57 and 49. RGB value is (210,87,73). Sum of RGB (Red+Green+Blue) = 210+87+73=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D25749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25749 is #2DA8B6. Grayscale: #7A7A7A. Windows color (decimal): -2992311 or 4806610. OLE color: 4806610.

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

Color convert

RGB 210 87 73 -
CMYK 0 0.59 0.65 0.18
HSL 6.13º 0.6% 0.55% -
HSV(B) 6.13º 0.65% 0.82% -
XYZ 31.19 21 8.71 -
YUV 122.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 210 87 73 0 0.59 0.65 0.18 6.13 0.6 0.55
Hex D2 57 49 0 3B 41 12 6 3C 37
Octal 322 127 111 0 73 101 22 6 74 67
Binary 11010010 1010111 1001001 0 111011 1000001 10010 110 111100 110111

Color Harmonies of #D25749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25749

Black with #D25749

Text Example


Text Example

White with #D25749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25749; }

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

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

background-color css

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

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

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

border-color css

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

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

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