Html Css Color HEX #C54C42 Sunset

📋 copy color: '#C54C42'

red 197 ◦ green 76 ◦ blue 66

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

Shades of Sunset #C54C42

Tints of Sunset #C54C42

RGB

 RED value IS 197 (77.34% from 255) = 58.11%

 GREEN value IS 76 (30.08% from 255) = 22.42%

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 58.11%
G = 22.42%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C54C42 (or 0xC54C42) is known color: Sunset. HEX triplet: C5, 4C and 42. RGB value is (197,76,66). Sum of RGB (Red+Green+Blue) = 197+76+66=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C42 is #3AB3BD. Grayscale: #6F6F6F. Windows color (decimal): -3847102 or 4345029. OLE color: 4345029.

HSL color Cylindrical-coordinate representation of color #C54C42: hue angle of 4.58º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54C42 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 76 66 -
CMYK 0 0.61 0.66 0.23
HSL 4.58º 0.53% 0.52% -
HSV(B) 4.58º 0.66% 0.77% -
XYZ 26.59 17.43 7.12 -
YUV 111.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 197 76 66 0 0.61 0.66 0.23 4.58 0.53 0.52
Hex C5 4C 42 0 3D 42 17 5 35 34
Octal 305 114 102 0 75 102 27 5 65 64
Binary 11000101 1001100 1000010 0 111101 1000010 10111 101 110101 110100

Color Harmonies of #C54C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54C42

Black with #C54C42

Text Example


Text Example

White with #C54C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54C42; }

 p { color: rgb(197,76,66); }

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

background-color css

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

 a { background-color: rgb(197,76,66); }

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

border-color css

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

 span { border-color: rgb(197,76,66); }

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