Html Css Color HEX #C54442 Sunset

📋 copy color: '#C54442'

red 197 ◦ green 68 ◦ blue 66

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

Shades of Sunset #C54442

Tints of Sunset #C54442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

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

R = 59.52%
G = 20.54%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C54442 (or 0xC54442) is known color: Sunset. HEX triplet: C5, 44 and 42. RGB value is (197,68,66). Sum of RGB (Red+Green+Blue) = 197+68+66=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C54442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54442 is #3ABBBD. Grayscale: #6A6A6A. Windows color (decimal): -3849150 or 4342981. OLE color: 4342981.

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

Color convert

RGB 197 68 66 -
CMYK 0 0.65 0.66 0.23
HSL 0.92º 0.53% 0.52% -
HSV(B) 0.92º 0.66% 0.77% -
XYZ 26.08 16.4 6.94 -
YUV 106.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 197 68 66 0 0.65 0.66 0.23 0.92 0.53 0.52
Hex C5 44 42 0 41 42 17 1 35 34
Octal 305 104 102 0 101 102 27 1 65 64
Binary 11000101 1000100 1000010 0 1000001 1000010 10111 1 110101 110100

Color Harmonies of #C54442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54442

Black with #C54442

Text Example


Text Example

White with #C54442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54442; }

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

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

background-color css

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

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

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

border-color css

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

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

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