Html Css Color HEX #D94F4D Valencia

📋 copy color: '#D94F4D'

red 217 ◦ green 79 ◦ blue 77

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

Shades of Valencia #D94F4D

Tints of Valencia #D94F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.18%

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 58.18%
G = 21.18%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D94F4D (or 0xD94F4D) is known color: Valencia. HEX triplet: D9, 4F and 4D. RGB value is (217,79,77). Sum of RGB (Red+Green+Blue) = 217+79+77=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F4D is #26B0B2. Grayscale: #787878. Windows color (decimal): -2535603 or 5066713. OLE color: 5066713.

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

Color convert

RGB 217 79 77 -
CMYK 0 0.64 0.65 0.15
HSL 0.86º 0.65% 0.58% -
HSV(B) 0.86º 0.65% 0.85% -
XYZ 32.75 20.88 9.33 -
YUV 120.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 217 79 77 0 0.64 0.65 0.15 0.86 0.65 0.58
Hex D9 4F 4D 0 40 41 F 1 41 3A
Octal 331 117 115 0 100 101 17 1 101 72
Binary 11011001 1001111 1001101 0 1000000 1000001 1111 1 1000001 111010

Color Harmonies of #D94F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F4D

Black with #D94F4D

Text Example


Text Example

White with #D94F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F4D; }

 p { color: rgb(217,79,77); }

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

background-color css

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

 a { background-color: rgb(217,79,77); }

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

border-color css

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

 span { border-color: rgb(217,79,77); }

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