Html Css Color HEX #C1514C Sunset

📋 copy color: '#C1514C'

red 193 ◦ green 81 ◦ blue 76

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

Shades of Sunset #C1514C

Tints of Sunset #C1514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 55.14%
G = 23.14%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1514C (or 0xC1514C) is known color: Sunset. HEX triplet: C1, 51 and 4C. RGB value is (193,81,76). Sum of RGB (Red+Green+Blue) = 193+81+76=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1514C is #3EAEB3. Grayscale: #727272. Windows color (decimal): -4107956 or 5001665. OLE color: 5001665.

HSL color Cylindrical-coordinate representation of color #C1514C: hue angle of 2.56º 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 #C1514C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 81 76 -
CMYK 0 0.58 0.61 0.24
HSL 2.56º 0.49% 0.53% -
HSV(B) 2.56º 0.61% 0.76% -
XYZ 26.24 17.74 8.88 -
YUV 113.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 193 81 76 0 0.58 0.61 0.24 2.56 0.49 0.53
Hex C1 51 4C 0 3A 3D 18 3 31 35
Octal 301 121 114 0 72 75 30 3 61 65
Binary 11000001 1010001 1001100 0 111010 111101 11000 11 110001 110101

Color Harmonies of #C1514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1514C

Black with #C1514C

Text Example


Text Example

White with #C1514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1514C; }

 p { color: rgb(193,81,76); }

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

background-color css

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

 a { background-color: rgb(193,81,76); }

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

border-color css

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

 span { border-color: rgb(193,81,76); }

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