Html Css Color HEX #D64643 Valencia

📋 copy color: '#D64643'

red 214 ◦ green 70 ◦ blue 67

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

Shades of Valencia #D64643

Tints of Valencia #D64643

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.94%

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

R = 60.97%
G = 19.94%
B = 19.09%

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

#D64643 (or 0xD64643) is known color: Valencia. HEX triplet: D6, 46 and 43. RGB value is (214,70,67). Sum of RGB (Red+Green+Blue) = 214+70+67=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D64643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64643 is #29B9BC. Grayscale: #707070. Windows color (decimal): -2734525 or 4409046. OLE color: 4409046.

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

Color convert

RGB 214 70 67 -
CMYK 0 0.67 0.69 0.16
HSL 1.22º 0.64% 0.55% -
HSV(B) 1.22º 0.69% 0.84% -
XYZ 30.93 19.08 7.36 -
YUV 112.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 214 70 67 0 0.67 0.69 0.16 1.22 0.64 0.55
Hex D6 46 43 0 43 45 10 1 40 37
Octal 326 106 103 0 103 105 20 1 100 67
Binary 11010110 1000110 1000011 0 1000011 1000101 10000 1 1000000 110111

Color Harmonies of #D64643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64643

Black with #D64643

Text Example


Text Example

White with #D64643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64643; }

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

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

background-color css

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

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

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

border-color css

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

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

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