Html Css Color HEX #C25141 Sunset

📋 copy color: '#C25141'

red 194 ◦ green 81 ◦ blue 65

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

Shades of Sunset #C25141

Tints of Sunset #C25141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

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

R = 57.06%
G = 23.82%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C25141 (or 0xC25141) is known color: Sunset. HEX triplet: C2, 51 and 41. RGB value is (194,81,65). Sum of RGB (Red+Green+Blue) = 194+81+65=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C25141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25141 is #3DAEBE. Grayscale: #717171. Windows color (decimal): -4042431 or 4280770. OLE color: 4280770.

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

Color convert

RGB 194 81 65 -
CMYK 0 0.58 0.66 0.24
HSL 7.44º 0.51% 0.51% -
HSV(B) 7.44º 0.66% 0.76% -
XYZ 26.14 17.74 7.05 -
YUV 112.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 194 81 65 0 0.58 0.66 0.24 7.44 0.51 0.51
Hex C2 51 41 0 3A 42 18 7 33 33
Octal 302 121 101 0 72 102 30 7 63 63
Binary 11000010 1010001 1000001 0 111010 1000010 11000 111 110011 110011

Color Harmonies of #C25141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25141

Black with #C25141

Text Example


Text Example

White with #C25141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25141; }

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

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

background-color css

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

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

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

border-color css

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

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

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