Html Css Color HEX #D67148 Red Damask

📋 copy color: '#D67148'

red 214 ◦ green 113 ◦ blue 72

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

Shades of Red Damask #D67148

Tints of Red Damask #D67148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.05%

R = 53.63%
G = 28.32%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D67148 (or 0xD67148) is known color: Red Damask. HEX triplet: D6, 71 and 48. RGB value is (214,113,72). Sum of RGB (Red+Green+Blue) = 214+113+72=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D67148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67148 is #298EB7. Grayscale: #8A8A8A. Windows color (decimal): -2723512 or 4747734. OLE color: 4747734.

HSL color Cylindrical-coordinate representation of color #D67148: hue angle of 17.32º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D67148 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 72 -
CMYK 0 0.47 0.66 0.16
HSL 17.32º 0.63% 0.56% -
HSV(B) 17.32º 0.66% 0.84% -
XYZ 34.81 26.57 9.43 -
YUV 138.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 214 113 72 0 0.47 0.66 0.16 17.32 0.63 0.56
Hex D6 71 48 0 2F 42 10 11 3F 38
Octal 326 161 110 0 57 102 20 21 77 70
Binary 11010110 1110001 1001000 0 101111 1000010 10000 10001 111111 111000

Color Harmonies of #D67148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67148

Black with #D67148

Text Example


Text Example

White with #D67148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67148; }

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

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

background-color css

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

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

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

border-color css

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

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

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