Html Css Color HEX #C44545 Sunset

📋 copy color: '#C44545'

red 196 ◦ green 69 ◦ blue 69

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

Shades of Sunset #C44545

Tints of Sunset #C44545

RGB

 RED value IS 196 (76.95% from 255) = 58.68%

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

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 58.68%
G = 20.66%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C44545 (or 0xC44545) is known color: Sunset. HEX triplet: C4, 45 and 45. RGB value is (196,69,69). Sum of RGB (Red+Green+Blue) = 196+69+69=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C44545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44545 is #3BBABA. Grayscale: #6B6B6B. Windows color (decimal): -3914427 or 4539844. OLE color: 4539844.

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

Color convert

RGB 196 69 69 -
CMYK 0 0.65 0.65 0.23
HSL 0.52% 0.52% -
HSV(B) 0.65% 0.77% -
XYZ 25.97 16.42 7.43 -
YUV 106.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 196 69 69 0 0.65 0.65 0.23 0 0.52 0.52
Hex C4 45 45 0 41 41 17 0 34 34
Octal 304 105 105 0 101 101 27 0 64 64
Binary 11000100 1000101 1000101 0 1000001 1000001 10111 0 110100 110100

Color Harmonies of #C44545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44545

Black with #C44545

Text Example


Text Example

White with #C44545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44545; }

 p { color: rgb(196,69,69); }

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

background-color css

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

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

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

border-color css

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

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

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