Html Css Color HEX #D64D43 Valencia

📋 copy color: '#D64D43'

red 214 ◦ green 77 ◦ blue 67

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

Shades of Valencia #D64D43

Tints of Valencia #D64D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.72%

R = 59.78%
G = 21.51%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D64D43 (or 0xD64D43) is known color: Valencia. HEX triplet: D6, 4D and 43. RGB value is (214,77,67). Sum of RGB (Red+Green+Blue) = 214+77+67=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D43 is #29B2BC. Grayscale: #757575. Windows color (decimal): -2732733 or 4410838. OLE color: 4410838.

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

Color convert

RGB 214 77 67 -
CMYK 0 0.64 0.69 0.16
HSL 4.08º 0.64% 0.55% -
HSV(B) 4.08º 0.69% 0.84% -
XYZ 31.4 20.01 7.52 -
YUV 116.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 214 77 67 0 0.64 0.69 0.16 4.08 0.64 0.55
Hex D6 4D 43 0 40 45 10 4 40 37
Octal 326 115 103 0 100 105 20 4 100 67
Binary 11010110 1001101 1000011 0 1000000 1000101 10000 100 1000000 110111

Color Harmonies of #D64D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D43

Black with #D64D43

Text Example


Text Example

White with #D64D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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