Html Css Color HEX #C25045 Sunset

📋 copy color: '#C25045'

red 194 ◦ green 80 ◦ blue 69

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

Shades of Sunset #C25045

Tints of Sunset #C25045

RGB

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

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

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

R = 56.56%
G = 23.32%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C25045 (or 0xC25045) is known color: Sunset. HEX triplet: C2, 50 and 45. RGB value is (194,80,69). Sum of RGB (Red+Green+Blue) = 194+80+69=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C25045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25045 is #3DAFBA. Grayscale: #707070. Windows color (decimal): -4042683 or 4542658. OLE color: 4542658.

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

Color convert

RGB 194 80 69 -
CMYK 0 0.59 0.64 0.24
HSL 5.28º 0.51% 0.52% -
HSV(B) 5.28º 0.64% 0.76% -
XYZ 26.19 17.64 7.65 -
YUV 112.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 194 80 69 0 0.59 0.64 0.24 5.28 0.51 0.52
Hex C2 50 45 0 3B 40 18 5 33 34
Octal 302 120 105 0 73 100 30 5 63 64
Binary 11000010 1010000 1000101 0 111011 1000000 11000 101 110011 110100

Color Harmonies of #C25045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25045

Black with #C25045

Text Example


Text Example

White with #C25045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25045; }

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

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

background-color css

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

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

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

border-color css

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

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

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