Html Css Color HEX #C14D41 Sunset

📋 copy color: '#C14D41'

red 193 ◦ green 77 ◦ blue 65

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

Shades of Sunset #C14D41

Tints of Sunset #C14D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 57.61%
G = 22.99%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C14D41 (or 0xC14D41) is known color: Sunset. HEX triplet: C1, 4D and 41. RGB value is (193,77,65). Sum of RGB (Red+Green+Blue) = 193+77+65=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14D41 is #3EB2BE. Grayscale: #6E6E6E. Windows color (decimal): -4108991 or 4279745. OLE color: 4279745.

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

Color convert

RGB 193 77 65 -
CMYK 0 0.60 0.66 0.24
HSL 5.63º 0.51% 0.51% -
HSV(B) 5.63º 0.66% 0.76% -
XYZ 25.6 17.03 6.94 -
YUV 110.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 193 77 65 0 0.60 0.66 0.24 5.63 0.51 0.51
Hex C1 4D 41 0 3C 42 18 6 33 33
Octal 301 115 101 0 74 102 30 6 63 63
Binary 11000001 1001101 1000001 0 111100 1000010 11000 110 110011 110011

Color Harmonies of #C14D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D41

Black with #C14D41

Text Example


Text Example

White with #C14D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D41; }

 p { color: rgb(193,77,65); }

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

background-color css

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

 a { background-color: rgb(193,77,65); }

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

border-color css

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

 span { border-color: rgb(193,77,65); }

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