Html Css Color HEX #C14948 Sunset

📋 copy color: '#C14948'

red 193 ◦ green 73 ◦ blue 72

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

Shades of Sunset #C14948

Tints of Sunset #C14948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 57.1%
G = 21.6%
B = 21.3%

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

#C14948 (or 0xC14948) is known color: Sunset. HEX triplet: C1, 49 and 48. RGB value is (193,73,72). Sum of RGB (Red+Green+Blue) = 193+73+72=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C14948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14948 is #3EB6B7. Grayscale: #6C6C6C. Windows color (decimal): -4110008 or 4737473. OLE color: 4737473.

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

Color convert

RGB 193 73 72 -
CMYK 0 0.62 0.63 0.24
HSL 0.5º 0.49% 0.52% -
HSV(B) 0.5º 0.63% 0.76% -
XYZ 25.54 16.57 7.98 -
YUV 108.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 193 73 72 0 0.62 0.63 0.24 0.5 0.49 0.52
Hex C1 49 48 0 3E 3F 18 0 31 34
Octal 301 111 110 0 76 77 30 0 61 64
Binary 11000001 1001001 1001000 0 111110 111111 11000 0 110001 110100

Color Harmonies of #C14948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14948

Black with #C14948

Text Example


Text Example

White with #C14948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14948; }

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

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

background-color css

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

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

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

border-color css

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

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

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