Html Css Color HEX #C27151 Red Damask

📋 copy color: '#C27151'

red 194 ◦ green 113 ◦ blue 81

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

Shades of Red Damask #C27151

Tints of Red Damask #C27151

RGB

 RED value IS 194 (76.17% from 255) = 50%

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

 BLUE value IS 81 (32.03% from 255) = 20.88%

R = 50%
G = 29.12%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C27151 (or 0xC27151) is known color: Red Damask. HEX triplet: C2, 71 and 51. RGB value is (194,113,81). Sum of RGB (Red+Green+Blue) = 194+113+81=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C27151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27151 is #3D8EAE. Grayscale: #858585. Windows color (decimal): -4034223 or 5337538. OLE color: 5337538.

HSL color Cylindrical-coordinate representation of color #C27151: hue angle of 16.99º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C27151 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 113 81 -
CMYK 0 0.42 0.58 0.24
HSL 16.99º 0.48% 0.54% -
HSV(B) 16.99º 0.58% 0.76% -
XYZ 29.64 23.87 10.83 -
YUV 133.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 194 113 81 0 0.42 0.58 0.24 16.99 0.48 0.54
Hex C2 71 51 0 2A 3A 18 11 30 36
Octal 302 161 121 0 52 72 30 21 60 66
Binary 11000010 1110001 1010001 0 101010 111010 11000 10001 110000 110110

Color Harmonies of #C27151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27151

Black with #C27151

Text Example


Text Example

White with #C27151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27151; }

 p { color: rgb(194,113,81); }

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

background-color css

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

 a { background-color: rgb(194,113,81); }

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

border-color css

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

 span { border-color: rgb(194,113,81); }

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