Html Css Color HEX #C25144 Sunset

📋 copy color: '#C25144'

red 194 ◦ green 81 ◦ blue 68

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

Shades of Sunset #C25144

Tints of Sunset #C25144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.83%

R = 56.56%
G = 23.62%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C25144 (or 0xC25144) is known color: Sunset. HEX triplet: C2, 51 and 44. RGB value is (194,81,68). Sum of RGB (Red+Green+Blue) = 194+81+68=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C25144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25144 is #3DAEBB. Grayscale: #717171. Windows color (decimal): -4042428 or 4477378. OLE color: 4477378.

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

Color convert

RGB 194 81 68 -
CMYK 0 0.58 0.65 0.24
HSL 6.19º 0.51% 0.51% -
HSV(B) 6.19º 0.65% 0.76% -
XYZ 26.23 17.77 7.52 -
YUV 113.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 194 81 68 0 0.58 0.65 0.24 6.19 0.51 0.51
Hex C2 51 44 0 3A 41 18 6 33 33
Octal 302 121 104 0 72 101 30 6 63 63
Binary 11000010 1010001 1000100 0 111010 1000001 11000 110 110011 110011

Color Harmonies of #C25144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25144

Black with #C25144

Text Example


Text Example

White with #C25144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25144; }

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

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

background-color css

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

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

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

border-color css

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

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

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