Html Css Color HEX #D64F48 Valencia

📋 copy color: '#D64F48'

red 214 ◦ green 79 ◦ blue 72

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

Shades of Valencia #D64F48

Tints of Valencia #D64F48

RGB

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

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

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

R = 58.63%
G = 21.64%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D64F48 (or 0xD64F48) is known color: Valencia. HEX triplet: D6, 4F and 48. RGB value is (214,79,72). Sum of RGB (Red+Green+Blue) = 214+79+72=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F48 is #29B0B7. Grayscale: #767676. Windows color (decimal): -2732216 or 4739030. OLE color: 4739030.

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

Color convert

RGB 214 79 72 -
CMYK 0 0.63 0.66 0.16
HSL 2.96º 0.63% 0.56% -
HSV(B) 2.96º 0.66% 0.84% -
XYZ 31.7 20.36 8.39 -
YUV 118.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 214 79 72 0 0.63 0.66 0.16 2.96 0.63 0.56
Hex D6 4F 48 0 3F 42 10 3 3F 38
Octal 326 117 110 0 77 102 20 3 77 70
Binary 11010110 1001111 1001000 0 111111 1000010 10000 11 111111 111000

Color Harmonies of #D64F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F48

Black with #D64F48

Text Example


Text Example

White with #D64F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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