Html Css Color HEX #D64D44 Valencia

📋 copy color: '#D64D44'

red 214 ◦ green 77 ◦ blue 68

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

Shades of Valencia #D64D44

Tints of Valencia #D64D44

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.45%

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 59.61%
G = 21.45%
B = 18.94%

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

#D64D44 (or 0xD64D44) is known color: Valencia. HEX triplet: D6, 4D and 44. RGB value is (214,77,68). Sum of RGB (Red+Green+Blue) = 214+77+68=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D44 is #29B2BB. Grayscale: #757575. Windows color (decimal): -2732732 or 4476374. OLE color: 4476374.

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

Color convert

RGB 214 77 68 -
CMYK 0 0.64 0.68 0.16
HSL 3.7º 0.64% 0.55% -
HSV(B) 3.7º 0.68% 0.84% -
XYZ 31.43 20.02 7.68 -
YUV 116.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 214 77 68 0 0.64 0.68 0.16 3.7 0.64 0.55
Hex D6 4D 44 0 40 44 10 4 40 37
Octal 326 115 104 0 100 104 20 4 100 67
Binary 11010110 1001101 1000100 0 1000000 1000100 10000 100 1000000 110111

Color Harmonies of #D64D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D44

Black with #D64D44

Text Example


Text Example

White with #D64D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D44; }

 p { color: rgb(214,77,68); }

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

background-color css

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

 a { background-color: rgb(214,77,68); }

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

border-color css

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

 span { border-color: rgb(214,77,68); }

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