Html Css Color HEX #D94746 Valencia

📋 copy color: '#D94746'

red 217 ◦ green 71 ◦ blue 70

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

Shades of Valencia #D94746

Tints of Valencia #D94746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.83%

 BLUE value IS 70 (27.73% from 255) = 19.55%

R = 60.61%
G = 19.83%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D94746 (or 0xD94746) is known color: Valencia. HEX triplet: D9, 47 and 46. RGB value is (217,71,70). Sum of RGB (Red+Green+Blue) = 217+71+70=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D94746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94746 is #26B8B9. Grayscale: #727272. Windows color (decimal): -2537658 or 4605913. OLE color: 4605913.

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

Color convert

RGB 217 71 70 -
CMYK 0 0.67 0.68 0.15
HSL 0.41º 0.66% 0.56% -
HSV(B) 0.41º 0.68% 0.85% -
XYZ 31.97 19.7 7.91 -
YUV 114.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 217 71 70 0 0.67 0.68 0.15 0.41 0.66 0.56
Hex D9 47 46 0 43 44 F 0 42 38
Octal 331 107 106 0 103 104 17 0 102 70
Binary 11011001 1000111 1000110 0 1000011 1000100 1111 0 1000010 111000

Color Harmonies of #D94746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94746

Black with #D94746

Text Example


Text Example

White with #D94746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94746; }

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

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

background-color css

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

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

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

border-color css

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

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

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