Html Css Color HEX #D94C49 Valencia

📋 copy color: '#D94C49'

red 217 ◦ green 76 ◦ blue 73

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

Shades of Valencia #D94C49

Tints of Valencia #D94C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.77%

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

R = 59.29%
G = 20.77%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D94C49 (or 0xD94C49) is known color: Valencia. HEX triplet: D9, 4C and 49. RGB value is (217,76,73). Sum of RGB (Red+Green+Blue) = 217+76+73=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C49 is #26B3B6. Grayscale: #757575. Windows color (decimal): -2536375 or 4803801. OLE color: 4803801.

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

Color convert

RGB 217 76 73 -
CMYK 0 0.65 0.66 0.15
HSL 1.25º 0.65% 0.57% -
HSV(B) 1.25º 0.66% 0.85% -
XYZ 32.4 20.4 8.53 -
YUV 117.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 217 76 73 0 0.65 0.66 0.15 1.25 0.65 0.57
Hex D9 4C 49 0 41 42 F 1 41 39
Octal 331 114 111 0 101 102 17 1 101 71
Binary 11011001 1001100 1001001 0 1000001 1000010 1111 1 1000001 111001

Color Harmonies of #D94C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C49

Black with #D94C49

Text Example


Text Example

White with #D94C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C49; }

 p { color: rgb(217,76,73); }

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

background-color css

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

 a { background-color: rgb(217,76,73); }

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

border-color css

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

 span { border-color: rgb(217,76,73); }

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