Html Css Color HEX #D94B47 Valencia

📋 copy color: '#D94B47'

red 217 ◦ green 75 ◦ blue 71

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

Shades of Valencia #D94B47

Tints of Valencia #D94B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 59.78%
G = 20.66%
B = 19.56%

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

#D94B47 (or 0xD94B47) is known color: Valencia. HEX triplet: D9, 4B and 47. RGB value is (217,75,71). Sum of RGB (Red+Green+Blue) = 217+75+71=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94B47 is #26B4B8. Grayscale: #757575. Windows color (decimal): -2536633 or 4672473. OLE color: 4672473.

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

Color convert

RGB 217 75 71 -
CMYK 0 0.65 0.67 0.15
HSL 1.64º 0.66% 0.56% -
HSV(B) 1.64º 0.67% 0.85% -
XYZ 32.27 20.24 8.17 -
YUV 117 102.04 199.33 -
System Red Green Blue C M Y K H S L
Decimal 217 75 71 0 0.65 0.67 0.15 1.64 0.66 0.56
Hex D9 4B 47 0 41 43 F 2 42 38
Octal 331 113 107 0 101 103 17 2 102 70
Binary 11011001 1001011 1000111 0 1000001 1000011 1111 10 1000010 111000

Color Harmonies of #D94B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B47

Black with #D94B47

Text Example


Text Example

White with #D94B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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