Html Css Color HEX #D67144 Red Damask

📋 copy color: '#D67144'

red 214 ◦ green 113 ◦ blue 68

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

Shades of Red Damask #D67144

Tints of Red Damask #D67144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.61%

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

R = 54.18%
G = 28.61%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D67144 (or 0xD67144) is known color: Red Damask. HEX triplet: D6, 71 and 44. RGB value is (214,113,68). Sum of RGB (Red+Green+Blue) = 214+113+68=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D67144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67144 is #298EBB. Grayscale: #8A8A8A. Windows color (decimal): -2723516 or 4485590. OLE color: 4485590.

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

Color convert

RGB 214 113 68 -
CMYK 0 0.47 0.68 0.16
HSL 18.49º 0.64% 0.55% -
HSV(B) 18.49º 0.68% 0.84% -
XYZ 34.68 26.52 8.76 -
YUV 138.07 88.46 182.16 -
System Red Green Blue C M Y K H S L
Decimal 214 113 68 0 0.47 0.68 0.16 18.49 0.64 0.55
Hex D6 71 44 0 2F 44 10 12 40 37
Octal 326 161 104 0 57 104 20 22 100 67
Binary 11010110 1110001 1000100 0 101111 1000100 10000 10010 1000000 110111

Color Harmonies of #D67144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67144

Black with #D67144

Text Example


Text Example

White with #D67144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67144; }

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

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

background-color css

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

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

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

border-color css

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

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

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