Html Css Color HEX #C1714B Red Damask

📋 copy color: '#C1714B'

red 193 ◦ green 113 ◦ blue 75

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

Shades of Red Damask #C1714B

Tints of Red Damask #C1714B

RGB

 RED value IS 193 (75.78% from 255) = 50.66%

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

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

R = 50.66%
G = 29.66%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1714B (or 0xC1714B) is known color: Red Damask. HEX triplet: C1, 71 and 4B. RGB value is (193,113,75). Sum of RGB (Red+Green+Blue) = 193+113+75=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C1714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1714B is #3E8EB4. Grayscale: #848484. Windows color (decimal): -4099765 or 4944321. OLE color: 4944321.

HSL color Cylindrical-coordinate representation of color #C1714B: hue angle of 19.32º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1714B is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 113 75 -
CMYK 0 0.41 0.61 0.24
HSL 19.32º 0.49% 0.53% -
HSV(B) 19.32º 0.61% 0.76% -
XYZ 29.17 23.66 9.69 -
YUV 132.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 193 113 75 0 0.41 0.61 0.24 19.32 0.49 0.53
Hex C1 71 4B 0 29 3D 18 13 31 35
Octal 301 161 113 0 51 75 30 23 61 65
Binary 11000001 1110001 1001011 0 101001 111101 11000 10011 110001 110101

Color Harmonies of #C1714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1714B

Black with #C1714B

Text Example


Text Example

White with #C1714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1714B; }

 p { color: rgb(193,113,75); }

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

background-color css

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

 a { background-color: rgb(193,113,75); }

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

border-color css

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

 span { border-color: rgb(193,113,75); }

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