Html Css Color HEX #D64743 Valencia

📋 copy color: '#D64743'

red 214 ◦ green 71 ◦ blue 67

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

Shades of Valencia #D64743

Tints of Valencia #D64743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

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

R = 60.8%
G = 20.17%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D64743 (or 0xD64743) is known color: Valencia. HEX triplet: D6, 47 and 43. RGB value is (214,71,67). Sum of RGB (Red+Green+Blue) = 214+71+67=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D64743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64743 is #29B8BC. Grayscale: #717171. Windows color (decimal): -2734269 or 4409302. OLE color: 4409302.

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

Color convert

RGB 214 71 67 -
CMYK 0 0.67 0.69 0.16
HSL 1.63º 0.64% 0.55% -
HSV(B) 1.63º 0.69% 0.84% -
XYZ 31 19.21 7.38 -
YUV 113.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 214 71 67 0 0.67 0.69 0.16 1.63 0.64 0.55
Hex D6 47 43 0 43 45 10 2 40 37
Octal 326 107 103 0 103 105 20 2 100 67
Binary 11010110 1000111 1000011 0 1000011 1000101 10000 10 1000000 110111

Color Harmonies of #D64743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64743

Black with #D64743

Text Example


Text Example

White with #D64743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64743; }

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

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

background-color css

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

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

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

border-color css

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

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

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