Html Css Color HEX #D64A47 Valencia

📋 copy color: '#D64A47'

red 214 ◦ green 74 ◦ blue 71

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

Shades of Valencia #D64A47

Tints of Valencia #D64A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.61%

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

R = 59.61%
G = 20.61%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D64A47 (or 0xD64A47) is known color: Valencia. HEX triplet: D6, 4A and 47. RGB value is (214,74,71). Sum of RGB (Red+Green+Blue) = 214+74+71=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A47 is #29B5B8. Grayscale: #737373. Windows color (decimal): -2733497 or 4672214. OLE color: 4672214.

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

Color convert

RGB 214 74 71 -
CMYK 0 0.65 0.67 0.16
HSL 1.26º 0.64% 0.56% -
HSV(B) 1.26º 0.67% 0.84% -
XYZ 31.32 19.65 8.1 -
YUV 115.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 214 74 71 0 0.65 0.67 0.16 1.26 0.64 0.56
Hex D6 4A 47 0 41 43 10 1 40 38
Octal 326 112 107 0 101 103 20 1 100 70
Binary 11010110 1001010 1000111 0 1000001 1000011 10000 1 1000000 111000

Color Harmonies of #D64A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A47

Black with #D64A47

Text Example


Text Example

White with #D64A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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