Html Css Color HEX #D64F46 Valencia

📋 copy color: '#D64F46'

red 214 ◦ green 79 ◦ blue 70

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

Shades of Valencia #D64F46

Tints of Valencia #D64F46

RGB

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

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

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

R = 58.95%
G = 21.76%
B = 19.28%

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

#D64F46 (or 0xD64F46) is known color: Valencia. HEX triplet: D6, 4F and 46. RGB value is (214,79,70). Sum of RGB (Red+Green+Blue) = 214+79+70=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F46 is #29B0B9. Grayscale: #767676. Windows color (decimal): -2732218 or 4607958. OLE color: 4607958.

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

Color convert

RGB 214 79 70 -
CMYK 0 0.63 0.67 0.16
HSL 3.75º 0.64% 0.56% -
HSV(B) 3.75º 0.67% 0.84% -
XYZ 31.63 20.33 8.05 -
YUV 118.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 214 79 70 0 0.63 0.67 0.16 3.75 0.64 0.56
Hex D6 4F 46 0 3F 43 10 4 40 38
Octal 326 117 106 0 77 103 20 4 100 70
Binary 11010110 1001111 1000110 0 111111 1000011 10000 100 1000000 111000

Color Harmonies of #D64F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F46

Black with #D64F46

Text Example


Text Example

White with #D64F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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