Html Css Color HEX #D64E45 Valencia

📋 copy color: '#D64E45'

red 214 ◦ green 78 ◦ blue 69

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

Shades of Valencia #D64E45

Tints of Valencia #D64E45

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.61%

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 59.28%
G = 21.61%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D64E45 (or 0xD64E45) is known color: Valencia. HEX triplet: D6, 4E and 45. RGB value is (214,78,69). Sum of RGB (Red+Green+Blue) = 214+78+69=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64E45 is #29B1BA. Grayscale: #757575. Windows color (decimal): -2732475 or 4542166. OLE color: 4542166.

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

Color convert

RGB 214 78 69 -
CMYK 0 0.64 0.68 0.16
HSL 3.72º 0.64% 0.55% -
HSV(B) 3.72º 0.68% 0.84% -
XYZ 31.53 20.17 7.86 -
YUV 117.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 214 78 69 0 0.64 0.68 0.16 3.72 0.64 0.55
Hex D6 4E 45 0 40 44 10 4 40 37
Octal 326 116 105 0 100 104 20 4 100 67
Binary 11010110 1001110 1000101 0 1000000 1000100 10000 100 1000000 110111

Color Harmonies of #D64E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E45

Black with #D64E45

Text Example


Text Example

White with #D64E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64E45; }

 p { color: rgb(214,78,69); }

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

background-color css

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

 a { background-color: rgb(214,78,69); }

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

border-color css

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

 span { border-color: rgb(214,78,69); }

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