Html Css Color HEX #C54A40 Sunset

📋 copy color: '#C54A40'

red 197 ◦ green 74 ◦ blue 64

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

Shades of Sunset #C54A40

Tints of Sunset #C54A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.09%

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 58.81%
G = 22.09%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C54A40 (or 0xC54A40) is known color: Sunset. HEX triplet: C5, 4A and 40. RGB value is (197,74,64). Sum of RGB (Red+Green+Blue) = 197+74+64=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A40 is #3AB5BF. Grayscale: #6D6D6D. Windows color (decimal): -3847616 or 4213445. OLE color: 4213445.

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

Color convert

RGB 197 74 64 -
CMYK 0 0.62 0.68 0.23
HSL 4.51º 0.53% 0.51% -
HSV(B) 4.51º 0.68% 0.77% -
XYZ 26.4 17.14 6.77 -
YUV 109.64 102.25 190.31 -
System Red Green Blue C M Y K H S L
Decimal 197 74 64 0 0.62 0.68 0.23 4.51 0.53 0.51
Hex C5 4A 40 0 3E 44 17 5 35 33
Octal 305 112 100 0 76 104 27 5 65 63
Binary 11000101 1001010 1000000 0 111110 1000100 10111 101 110101 110011

Color Harmonies of #C54A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54A40

Black with #C54A40

Text Example


Text Example

White with #C54A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54A40; }

 p { color: rgb(197,74,64); }

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

background-color css

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

 a { background-color: rgb(197,74,64); }

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

border-color css

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

 span { border-color: rgb(197,74,64); }

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