Html Css Color HEX #C25242 Sunset

📋 copy color: '#C25242'

red 194 ◦ green 82 ◦ blue 66

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

Shades of Sunset #C25242

Tints of Sunset #C25242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.98%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 56.73%
G = 23.98%
B = 19.3%

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

#C25242 (or 0xC25242) is known color: Sunset. HEX triplet: C2, 52 and 42. RGB value is (194,82,66). Sum of RGB (Red+Green+Blue) = 194+82+66=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C25242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25242 is #3DADBD. Grayscale: #717171. Windows color (decimal): -4042174 or 4346562. OLE color: 4346562.

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

Color convert

RGB 194 82 66 -
CMYK 0 0.58 0.66 0.24
HSL 7.5º 0.51% 0.51% -
HSV(B) 7.5º 0.66% 0.76% -
XYZ 26.25 17.9 7.23 -
YUV 113.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 194 82 66 0 0.58 0.66 0.24 7.5 0.51 0.51
Hex C2 52 42 0 3A 42 18 8 33 33
Octal 302 122 102 0 72 102 30 10 63 63
Binary 11000010 1010010 1000010 0 111010 1000010 11000 1000 110011 110011

Color Harmonies of #C25242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25242

Black with #C25242

Text Example


Text Example

White with #C25242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25242; }

 p { color: rgb(194,82,66); }

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

background-color css

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

 a { background-color: rgb(194,82,66); }

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

border-color css

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

 span { border-color: rgb(194,82,66); }

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