Html Css Color HEX #D94D48 Valencia

📋 copy color: '#D94D48'

red 217 ◦ green 77 ◦ blue 72

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

Shades of Valencia #D94D48

Tints of Valencia #D94D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.04%

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

R = 59.29%
G = 21.04%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D94D48 (or 0xD94D48) is known color: Valencia. HEX triplet: D9, 4D and 48. RGB value is (217,77,72). Sum of RGB (Red+Green+Blue) = 217+77+72=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D48 is #26B2B7. Grayscale: #767676. Windows color (decimal): -2536120 or 4738521. OLE color: 4738521.

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

Color convert

RGB 217 77 72 -
CMYK 0 0.65 0.67 0.15
HSL 2.07º 0.66% 0.57% -
HSV(B) 2.07º 0.67% 0.85% -
XYZ 32.44 20.53 8.38 -
YUV 118.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 217 77 72 0 0.65 0.67 0.15 2.07 0.66 0.57
Hex D9 4D 48 0 41 43 F 2 42 39
Octal 331 115 110 0 101 103 17 2 102 71
Binary 11011001 1001101 1001000 0 1000001 1000011 1111 10 1000010 111001

Color Harmonies of #D94D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D48

Black with #D94D48

Text Example


Text Example

White with #D94D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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