Html Css Color HEX #C25041 Sunset

📋 copy color: '#C25041'

red 194 ◦ green 80 ◦ blue 65

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

Shades of Sunset #C25041

Tints of Sunset #C25041

RGB

 RED value IS 194 (76.17% from 255) = 57.23%

 GREEN value IS 80 (31.64% from 255) = 23.6%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 57.23%
G = 23.6%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C25041 (or 0xC25041) is known color: Sunset. HEX triplet: C2, 50 and 41. RGB value is (194,80,65). Sum of RGB (Red+Green+Blue) = 194+80+65=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C25041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25041 is #3DAFBE. Grayscale: #707070. Windows color (decimal): -4042687 or 4280514. OLE color: 4280514.

HSL color Cylindrical-coordinate representation of color #C25041: hue angle of 6.98º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C25041 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 65 -
CMYK 0 0.59 0.66 0.24
HSL 6.98º 0.51% 0.51% -
HSV(B) 6.98º 0.66% 0.76% -
XYZ 26.07 17.59 7.02 -
YUV 112.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 194 80 65 0 0.59 0.66 0.24 6.98 0.51 0.51
Hex C2 50 41 0 3B 42 18 7 33 33
Octal 302 120 101 0 73 102 30 7 63 63
Binary 11000010 1010000 1000001 0 111011 1000010 11000 111 110011 110011

Color Harmonies of #C25041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25041

Black with #C25041

Text Example


Text Example

White with #C25041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25041; }

 p { color: rgb(194,80,65); }

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

background-color css

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

 a { background-color: rgb(194,80,65); }

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

border-color css

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

 span { border-color: rgb(194,80,65); }

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