Html Css Color HEX #C44540 Sunset

📋 copy color: '#C44540'

red 196 ◦ green 69 ◦ blue 64

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

Shades of Sunset #C44540

Tints of Sunset #C44540

RGB

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

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

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

R = 59.57%
G = 20.97%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C44540 (or 0xC44540) is known color: Sunset. HEX triplet: C4, 45 and 40. RGB value is (196,69,64). Sum of RGB (Red+Green+Blue) = 196+69+64=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C44540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44540 is #3BBABF. Grayscale: #6A6A6A. Windows color (decimal): -3914432 or 4212164. OLE color: 4212164.

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

Color convert

RGB 196 69 64 -
CMYK 0 0.65 0.67 0.23
HSL 2.27º 0.53% 0.51% -
HSV(B) 2.27º 0.67% 0.77% -
XYZ 25.82 16.36 6.65 -
YUV 106.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 196 69 64 0 0.65 0.67 0.23 2.27 0.53 0.51
Hex C4 45 40 0 41 43 17 2 35 33
Octal 304 105 100 0 101 103 27 2 65 63
Binary 11000100 1000101 1000000 0 1000001 1000011 10111 10 110101 110011

Color Harmonies of #C44540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44540

Black with #C44540

Text Example


Text Example

White with #C44540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44540; }

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

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

background-color css

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

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

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

border-color css

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

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

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