Html Css Color HEX #D5694A Red Damask

📋 copy color: '#D5694A'

red 213 ◦ green 105 ◦ blue 74

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

Shades of Red Damask #D5694A

Tints of Red Damask #D5694A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 54.34%
G = 26.79%
B = 18.88%

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

#D5694A (or 0xD5694A) is known color: Red Damask. HEX triplet: D5, 69 and 4A. RGB value is (213,105,74). Sum of RGB (Red+Green+Blue) = 213+105+74=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5694A is #2A96B5. Grayscale: #858585. Windows color (decimal): -2791094 or 4876757. OLE color: 4876757.

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

Color convert

RGB 213 105 74 -
CMYK 0 0.51 0.65 0.16
HSL 13.38º 0.62% 0.56% -
HSV(B) 13.38º 0.65% 0.84% -
XYZ 33.73 24.74 9.48 -
YUV 133.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 213 105 74 0 0.51 0.65 0.16 13.38 0.62 0.56
Hex D5 69 4A 0 33 41 10 D 3E 38
Octal 325 151 112 0 63 101 20 15 76 70
Binary 11010101 1101001 1001010 0 110011 1000001 10000 1101 111110 111000

Color Harmonies of #D5694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5694A

Black with #D5694A

Text Example


Text Example

White with #D5694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5694A; }

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

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

background-color css

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

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

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

border-color css

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

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

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