Html Css Color HEX #D94F48 Valencia

📋 copy color: '#D94F48'

red 217 ◦ green 79 ◦ blue 72

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

Shades of Valencia #D94F48

Tints of Valencia #D94F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 58.97%
G = 21.47%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D94F48 (or 0xD94F48) is known color: Valencia. HEX triplet: D9, 4F and 48. RGB value is (217,79,72). Sum of RGB (Red+Green+Blue) = 217+79+72=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94F48 is #26B0B7. Grayscale: #777777. Windows color (decimal): -2535608 or 4739033. OLE color: 4739033.

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

Color convert

RGB 217 79 72 -
CMYK 0 0.64 0.67 0.15
HSL 2.9º 0.66% 0.57% -
HSV(B) 2.9º 0.67% 0.85% -
XYZ 32.58 20.81 8.43 -
YUV 119.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 217 79 72 0 0.64 0.67 0.15 2.9 0.66 0.57
Hex D9 4F 48 0 40 43 F 3 42 39
Octal 331 117 110 0 100 103 17 3 102 71
Binary 11011001 1001111 1001000 0 1000000 1000011 1111 11 1000010 111001

Color Harmonies of #D94F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F48

Black with #D94F48

Text Example


Text Example

White with #D94F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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