Html Css Color HEX #D64F47 Valencia

📋 copy color: '#D64F47'

red 214 ◦ green 79 ◦ blue 71

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

Shades of Valencia #D64F47

Tints of Valencia #D64F47

RGB

 RED value IS 214 (83.98% from 255) = 58.79%

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

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

R = 58.79%
G = 21.7%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D64F47 (or 0xD64F47) is known color: Valencia. HEX triplet: D6, 4F and 47. RGB value is (214,79,71). Sum of RGB (Red+Green+Blue) = 214+79+71=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F47 is #29B0B8. Grayscale: #767676. Windows color (decimal): -2732217 or 4673494. OLE color: 4673494.

HSL color Cylindrical-coordinate representation of color #D64F47: hue angle of 3.36º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64F47 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 79 71 -
CMYK 0 0.63 0.67 0.16
HSL 3.36º 0.64% 0.56% -
HSV(B) 3.36º 0.67% 0.84% -
XYZ 31.66 20.34 8.22 -
YUV 118.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 214 79 71 0 0.63 0.67 0.16 3.36 0.64 0.56
Hex D6 4F 47 0 3F 43 10 3 40 38
Octal 326 117 107 0 77 103 20 3 100 70
Binary 11010110 1001111 1000111 0 111111 1000011 10000 11 1000000 111000

Color Harmonies of #D64F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F47

Black with #D64F47

Text Example


Text Example

White with #D64F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F47; }

 p { color: rgb(214,79,71); }

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

background-color css

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

 a { background-color: rgb(214,79,71); }

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

border-color css

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

 span { border-color: rgb(214,79,71); }

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