Html Css Color HEX #D9574B Valencia

📋 copy color: '#D9574B'

red 217 ◦ green 87 ◦ blue 75

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

Shades of Valencia #D9574B

Tints of Valencia #D9574B

RGB

 RED value IS 217 (85.16% from 255) = 57.26%

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

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 57.26%
G = 22.96%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9574B (or 0xD9574B) is known color: Valencia. HEX triplet: D9, 57 and 4B. RGB value is (217,87,75). Sum of RGB (Red+Green+Blue) = 217+87+75=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9574B is #26A8B4. Grayscale: #7C7C7C. Windows color (decimal): -2533557 or 4937689. OLE color: 4937689.

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

Color convert

RGB 217 87 75 -
CMYK 0 0.60 0.65 0.15
HSL 5.07º 0.65% 0.57% -
HSV(B) 5.07º 0.65% 0.85% -
XYZ 33.29 22.08 9.16 -
YUV 124.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 217 87 75 0 0.60 0.65 0.15 5.07 0.65 0.57
Hex D9 57 4B 0 3C 41 F 5 41 39
Octal 331 127 113 0 74 101 17 5 101 71
Binary 11011001 1010111 1001011 0 111100 1000001 1111 101 1000001 111001

Color Harmonies of #D9574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9574B

Black with #D9574B

Text Example


Text Example

White with #D9574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9574B; }

 p { color: rgb(217,87,75); }

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

background-color css

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

 a { background-color: rgb(217,87,75); }

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

border-color css

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

 span { border-color: rgb(217,87,75); }

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