Html Css Color HEX #D8574A Valencia

📋 copy color: '#D8574A'

red 216 ◦ green 87 ◦ blue 74

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

Shades of Valencia #D8574A

Tints of Valencia #D8574A

RGB

 RED value IS 216 (84.77% from 255) = 57.29%

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

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

R = 57.29%
G = 23.08%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8574A (or 0xD8574A) is known color: Valencia. HEX triplet: D8, 57 and 4A. RGB value is (216,87,74). Sum of RGB (Red+Green+Blue) = 216+87+74=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8574A is #27A8B5. Grayscale: #7C7C7C. Windows color (decimal): -2599094 or 4872152. OLE color: 4872152.

HSL color Cylindrical-coordinate representation of color #D8574A: hue angle of 5.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8574A is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 87 74 -
CMYK 0 0.60 0.66 0.15
HSL 5.49º 0.65% 0.57% -
HSV(B) 5.49º 0.66% 0.85% -
XYZ 32.96 21.91 8.97 -
YUV 124.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 216 87 74 0 0.60 0.66 0.15 5.49 0.65 0.57
Hex D8 57 4A 0 3C 42 F 5 41 39
Octal 330 127 112 0 74 102 17 5 101 71
Binary 11011000 1010111 1001010 0 111100 1000010 1111 101 1000001 111001

Color Harmonies of #D8574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8574A

Black with #D8574A

Text Example


Text Example

White with #D8574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8574A; }

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

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

background-color css

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

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

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

border-color css

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

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

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