Html Css Color HEX #D1574C Valencia

📋 copy color: '#D1574C'

red 209 ◦ green 87 ◦ blue 76

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

Shades of Valencia #D1574C

Tints of Valencia #D1574C

RGB

 RED value IS 209 (82.03% from 255) = 56.18%

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

 BLUE value IS 76 (30.08% from 255) = 20.43%

R = 56.18%
G = 23.39%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1574C (or 0xD1574C) is known color: Valencia. HEX triplet: D1, 57 and 4C. RGB value is (209,87,76). Sum of RGB (Red+Green+Blue) = 209+87+76=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1574C is #2EA8B3. Grayscale: #7A7A7A. Windows color (decimal): -3057844 or 5003217. OLE color: 5003217.

HSL color Cylindrical-coordinate representation of color #D1574C: hue angle of 4.96º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1574C is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 87 76 -
CMYK 0 0.58 0.64 0.18
HSL 4.96º 0.59% 0.56% -
HSV(B) 4.96º 0.64% 0.82% -
XYZ 31.01 20.89 9.24 -
YUV 122.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 209 87 76 0 0.58 0.64 0.18 4.96 0.59 0.56
Hex D1 57 4C 0 3A 40 12 5 3B 38
Octal 321 127 114 0 72 100 22 5 73 70
Binary 11010001 1010111 1001100 0 111010 1000000 10010 101 111011 111000

Color Harmonies of #D1574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1574C

Black with #D1574C

Text Example


Text Example

White with #D1574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1574C; }

 p { color: rgb(209,87,76); }

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

background-color css

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

 a { background-color: rgb(209,87,76); }

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

border-color css

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

 span { border-color: rgb(209,87,76); }

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