Html Css Color HEX #D1574A Valencia

📋 copy color: '#D1574A'

red 209 ◦ green 87 ◦ blue 74

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

Shades of Valencia #D1574A

Tints of Valencia #D1574A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20%

R = 56.49%
G = 23.51%
B = 20%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1574A (or 0xD1574A) is known color: Valencia. HEX triplet: D1, 57 and 4A. RGB value is (209,87,74). Sum of RGB (Red+Green+Blue) = 209+87+74=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1574A is #2EA8B5. Grayscale: #7A7A7A. Windows color (decimal): -3057846 or 4872145. OLE color: 4872145.

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

Color convert

RGB 209 87 74 -
CMYK 0 0.58 0.65 0.18
HSL 5.78º 0.59% 0.55% -
HSV(B) 5.78º 0.65% 0.82% -
XYZ 30.94 20.87 8.88 -
YUV 122 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 209 87 74 0 0.58 0.65 0.18 5.78 0.59 0.55
Hex D1 57 4A 0 3A 41 12 6 3B 37
Octal 321 127 112 0 72 101 22 6 73 67
Binary 11010001 1010111 1001010 0 111010 1000001 10010 110 111011 110111

Color Harmonies of #D1574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1574A

Black with #D1574A

Text Example


Text Example

White with #D1574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1574A; }

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

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

background-color css

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

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

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

border-color css

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

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

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