Html Css Color HEX #D07148 Red Damask

📋 copy color: '#D07148'

red 208 ◦ green 113 ◦ blue 72

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

Shades of Red Damask #D07148

Tints of Red Damask #D07148

RGB

 RED value IS 208 (81.64% from 255) = 52.93%

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

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

R = 52.93%
G = 28.75%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D07148 (or 0xD07148) is known color: Red Damask. HEX triplet: D0, 71 and 48. RGB value is (208,113,72). Sum of RGB (Red+Green+Blue) = 208+113+72=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D07148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07148 is #2F8EB7. Grayscale: #888888. Windows color (decimal): -3116728 or 4747728. OLE color: 4747728.

HSL color Cylindrical-coordinate representation of color #D07148: hue angle of 18.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D07148 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 72 -
CMYK 0 0.46 0.65 0.18
HSL 18.09º 0.59% 0.55% -
HSV(B) 18.09º 0.65% 0.82% -
XYZ 33.09 25.69 9.35 -
YUV 136.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 208 113 72 0 0.46 0.65 0.18 18.09 0.59 0.55
Hex D0 71 48 0 2E 41 12 12 3B 37
Octal 320 161 110 0 56 101 22 22 73 67
Binary 11010000 1110001 1001000 0 101110 1000001 10010 10010 111011 110111

Color Harmonies of #D07148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07148

Black with #D07148

Text Example


Text Example

White with #D07148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07148; }

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

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

background-color css

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

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

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

border-color css

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

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

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