Html Css Color HEX #D64843 Valencia

📋 copy color: '#D64843'

red 214 ◦ green 72 ◦ blue 67

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

Shades of Valencia #D64843

Tints of Valencia #D64843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

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

R = 60.62%
G = 20.4%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D64843 (or 0xD64843) is known color: Valencia. HEX triplet: D6, 48 and 43. RGB value is (214,72,67). Sum of RGB (Red+Green+Blue) = 214+72+67=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D64843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64843 is #29B7BC. Grayscale: #727272. Windows color (decimal): -2734013 or 4409558. OLE color: 4409558.

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

Color convert

RGB 214 72 67 -
CMYK 0 0.66 0.69 0.16
HSL 2.04º 0.64% 0.55% -
HSV(B) 2.04º 0.69% 0.84% -
XYZ 31.06 19.34 7.41 -
YUV 113.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 214 72 67 0 0.66 0.69 0.16 2.04 0.64 0.55
Hex D6 48 43 0 42 45 10 2 40 37
Octal 326 110 103 0 102 105 20 2 100 67
Binary 11010110 1001000 1000011 0 1000010 1000101 10000 10 1000000 110111

Color Harmonies of #D64843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64843

Black with #D64843

Text Example


Text Example

White with #D64843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64843; }

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

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

background-color css

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

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

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

border-color css

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

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

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