Html Css Color HEX #C14847 Sunset

📋 copy color: '#C14847'

red 193 ◦ green 72 ◦ blue 71

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

Shades of Sunset #C14847

Tints of Sunset #C14847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 57.44%
G = 21.43%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C14847 (or 0xC14847) is known color: Sunset. HEX triplet: C1, 48 and 47. RGB value is (193,72,71). Sum of RGB (Red+Green+Blue) = 193+72+71=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C14847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14847 is #3EB7B8. Grayscale: #6C6C6C. Windows color (decimal): -4110265 or 4671681. OLE color: 4671681.

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

Color convert

RGB 193 72 71 -
CMYK 0 0.63 0.63 0.24
HSL 0.49º 0.5% 0.52% -
HSV(B) 0.49º 0.63% 0.76% -
XYZ 25.45 16.43 7.79 -
YUV 108.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 193 72 71 0 0.63 0.63 0.24 0.49 0.5 0.52
Hex C1 48 47 0 3F 3F 18 0 32 34
Octal 301 110 107 0 77 77 30 0 62 64
Binary 11000001 1001000 1000111 0 111111 111111 11000 0 110010 110100

Color Harmonies of #C14847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14847

Black with #C14847

Text Example


Text Example

White with #C14847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14847; }

 p { color: rgb(193,72,71); }

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

background-color css

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

 a { background-color: rgb(193,72,71); }

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

border-color css

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

 span { border-color: rgb(193,72,71); }

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