Html Css Color HEX #D5694B Red Damask

📋 copy color: '#D5694B'

red 213 ◦ green 105 ◦ blue 75

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

Shades of Red Damask #D5694B

Tints of Red Damask #D5694B

RGB

 RED value IS 213 (83.59% from 255) = 54.2%

 GREEN value IS 105 (41.41% from 255) = 26.72%

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 54.2%
G = 26.72%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5694B (or 0xD5694B) is known color: Red Damask. HEX triplet: D5, 69 and 4B. RGB value is (213,105,75). Sum of RGB (Red+Green+Blue) = 213+105+75=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5694B is #2A96B4. Grayscale: #868686. Windows color (decimal): -2791093 or 4942293. OLE color: 4942293.

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

Color convert

RGB 213 105 75 -
CMYK 0 0.51 0.65 0.16
HSL 13.04º 0.62% 0.56% -
HSV(B) 13.04º 0.65% 0.84% -
XYZ 33.76 24.76 9.66 -
YUV 133.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 213 105 75 0 0.51 0.65 0.16 13.04 0.62 0.56
Hex D5 69 4B 0 33 41 10 D 3E 38
Octal 325 151 113 0 63 101 20 15 76 70
Binary 11010101 1101001 1001011 0 110011 1000001 10000 1101 111110 111000

Color Harmonies of #D5694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5694B

Black with #D5694B

Text Example


Text Example

White with #D5694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5694B; }

 p { color: rgb(213,105,75); }

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

background-color css

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

 a { background-color: rgb(213,105,75); }

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

border-color css

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

 span { border-color: rgb(213,105,75); }

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