Html Css Color HEX #C54540 Sunset

📋 copy color: '#C54540'

red 197 ◦ green 69 ◦ blue 64

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

Shades of Sunset #C54540

Tints of Sunset #C54540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.91%

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

R = 59.7%
G = 20.91%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C54540 (or 0xC54540) is known color: Sunset. HEX triplet: C5, 45 and 40. RGB value is (197,69,64). Sum of RGB (Red+Green+Blue) = 197+69+64=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C54540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54540 is #3ABABF. Grayscale: #6A6A6A. Windows color (decimal): -3848896 or 4212165. OLE color: 4212165.

HSL color Cylindrical-coordinate representation of color #C54540: hue angle of 2.26º 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 #C54540 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 69 64 -
CMYK 0 0.65 0.68 0.23
HSL 2.26º 0.53% 0.51% -
HSV(B) 2.26º 0.68% 0.77% -
XYZ 26.08 16.5 6.66 -
YUV 106.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 197 69 64 0 0.65 0.68 0.23 2.26 0.53 0.51
Hex C5 45 40 0 41 44 17 2 35 33
Octal 305 105 100 0 101 104 27 2 65 63
Binary 11000101 1000101 1000000 0 1000001 1000100 10111 10 110101 110011

Color Harmonies of #C54540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54540

Black with #C54540

Text Example


Text Example

White with #C54540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54540; }

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

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

background-color css

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

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

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

border-color css

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

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

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