Html Css Color HEX #C54340 Sunset

📋 copy color: '#C54340'

red 197 ◦ green 67 ◦ blue 64

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

Shades of Sunset #C54340

Tints of Sunset #C54340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.43%

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

R = 60.06%
G = 20.43%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C54340 (or 0xC54340) is known color: Sunset. HEX triplet: C5, 43 and 40. RGB value is (197,67,64). Sum of RGB (Red+Green+Blue) = 197+67+64=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C54340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54340 is #3ABCBF. Grayscale: #696969. Windows color (decimal): -3849408 or 4211653. OLE color: 4211653.

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

Color convert

RGB 197 67 64 -
CMYK 0 0.66 0.68 0.23
HSL 1.35º 0.53% 0.51% -
HSV(B) 1.35º 0.68% 0.77% -
XYZ 25.96 16.25 6.62 -
YUV 105.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 197 67 64 0 0.66 0.68 0.23 1.35 0.53 0.51
Hex C5 43 40 0 42 44 17 1 35 33
Octal 305 103 100 0 102 104 27 1 65 63
Binary 11000101 1000011 1000000 0 1000010 1000100 10111 1 110101 110011

Color Harmonies of #C54340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54340

Black with #C54340

Text Example


Text Example

White with #C54340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54340; }

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

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

background-color css

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

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

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

border-color css

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

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

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