Html Css Color HEX #D5674A Red Damask

📋 copy color: '#D5674A'

red 213 ◦ green 103 ◦ blue 74

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

Shades of Red Damask #D5674A

Tints of Red Damask #D5674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

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

R = 54.62%
G = 26.41%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5674A (or 0xD5674A) is known color: Red Damask. HEX triplet: D5, 67 and 4A. RGB value is (213,103,74). Sum of RGB (Red+Green+Blue) = 213+103+74=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5674A is #2A98B5. Grayscale: #848484. Windows color (decimal): -2791606 or 4876245. OLE color: 4876245.

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

Color convert

RGB 213 103 74 -
CMYK 0 0.52 0.65 0.16
HSL 12.52º 0.62% 0.56% -
HSV(B) 12.52º 0.65% 0.84% -
XYZ 33.53 24.34 9.41 -
YUV 132.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 213 103 74 0 0.52 0.65 0.16 12.52 0.62 0.56
Hex D5 67 4A 0 34 41 10 D 3E 38
Octal 325 147 112 0 64 101 20 15 76 70
Binary 11010101 1100111 1001010 0 110100 1000001 10000 1101 111110 111000

Color Harmonies of #D5674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5674A

Black with #D5674A

Text Example


Text Example

White with #D5674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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