Html Css Color HEX #D07143 Red Damask

📋 copy color: '#D07143'

red 208 ◦ green 113 ◦ blue 67

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

Shades of Red Damask #D07143

Tints of Red Damask #D07143

RGB

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

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

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

R = 53.61%
G = 29.12%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D07143 (or 0xD07143) is known color: Red Damask. HEX triplet: D0, 71 and 43. RGB value is (208,113,67). Sum of RGB (Red+Green+Blue) = 208+113+67=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D07143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07143 is #2F8EBC. Grayscale: #888888. Windows color (decimal): -3116733 or 4420048. OLE color: 4420048.

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

Color convert

RGB 208 113 67 -
CMYK 0 0.46 0.68 0.18
HSL 19.57º 0.6% 0.54% -
HSV(B) 19.57º 0.68% 0.82% -
XYZ 32.93 25.63 8.52 -
YUV 136.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 208 113 67 0 0.46 0.68 0.18 19.57 0.6 0.54
Hex D0 71 43 0 2E 44 12 14 3C 36
Octal 320 161 103 0 56 104 22 24 74 66
Binary 11010000 1110001 1000011 0 101110 1000100 10010 10100 111100 110110

Color Harmonies of #D07143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07143

Black with #D07143

Text Example


Text Example

White with #D07143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07143; }

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

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

background-color css

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

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

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

border-color css

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

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

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