Html Css Color HEX #C14947 Sunset

📋 copy color: '#C14947'

red 193 ◦ green 73 ◦ blue 71

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

Shades of Sunset #C14947

Tints of Sunset #C14947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

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

R = 57.27%
G = 21.66%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C14947 (or 0xC14947) is known color: Sunset. HEX triplet: C1, 49 and 47. RGB value is (193,73,71). Sum of RGB (Red+Green+Blue) = 193+73+71=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C14947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14947 is #3EB6B8. Grayscale: #6C6C6C. Windows color (decimal): -4110009 or 4671937. OLE color: 4671937.

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

Color convert

RGB 193 73 71 -
CMYK 0 0.62 0.63 0.24
HSL 0.98º 0.5% 0.52% -
HSV(B) 0.98º 0.63% 0.76% -
XYZ 25.51 16.56 7.81 -
YUV 108.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 193 73 71 0 0.62 0.63 0.24 0.98 0.5 0.52
Hex C1 49 47 0 3E 3F 18 1 32 34
Octal 301 111 107 0 76 77 30 1 62 64
Binary 11000001 1001001 1000111 0 111110 111111 11000 1 110010 110100

Color Harmonies of #C14947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14947

Black with #C14947

Text Example


Text Example

White with #C14947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14947; }

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

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

background-color css

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

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

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

border-color css

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

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

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