Html Css Color HEX #C54242 Sunset

📋 copy color: '#C54242'

red 197 ◦ green 66 ◦ blue 66

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

Shades of Sunset #C54242

Tints of Sunset #C54242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

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

R = 59.88%
G = 20.06%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C54242 (or 0xC54242) is known color: Sunset. HEX triplet: C5, 42 and 42. RGB value is (197,66,66). Sum of RGB (Red+Green+Blue) = 197+66+66=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C54242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54242 is #3ABDBD. Grayscale: #696969. Windows color (decimal): -3849662 or 4342469. OLE color: 4342469.

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

Color convert

RGB 197 66 66 -
CMYK 0 0.66 0.66 0.23
HSL 0.53% 0.52% -
HSV(B) 0.66% 0.77% -
XYZ 25.96 16.16 6.91 -
YUV 105.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 197 66 66 0 0.66 0.66 0.23 0 0.53 0.52
Hex C5 42 42 0 42 42 17 0 35 34
Octal 305 102 102 0 102 102 27 0 65 64
Binary 11000101 1000010 1000010 0 1000010 1000010 10111 0 110101 110100

Color Harmonies of #C54242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54242

Black with #C54242

Text Example


Text Example

White with #C54242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54242; }

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

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

background-color css

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

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

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

border-color css

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

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

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