Html Css Color HEX #C25341 Sunset

📋 copy color: '#C25341'

red 194 ◦ green 83 ◦ blue 65

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

Shades of Sunset #C25341

Tints of Sunset #C25341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.27%

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

R = 56.73%
G = 24.27%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C25341 (or 0xC25341) is known color: Sunset. HEX triplet: C2, 53 and 41. RGB value is (194,83,65). Sum of RGB (Red+Green+Blue) = 194+83+65=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C25341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25341 is #3DACBE. Grayscale: #727272. Windows color (decimal): -4041919 or 4281282. OLE color: 4281282.

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

Color convert

RGB 194 83 65 -
CMYK 0 0.57 0.66 0.24
HSL 8.37º 0.51% 0.51% -
HSV(B) 8.37º 0.66% 0.76% -
XYZ 26.3 18.04 7.1 -
YUV 114.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 194 83 65 0 0.57 0.66 0.24 8.37 0.51 0.51
Hex C2 53 41 0 39 42 18 8 33 33
Octal 302 123 101 0 71 102 30 10 63 63
Binary 11000010 1010011 1000001 0 111001 1000010 11000 1000 110011 110011

Color Harmonies of #C25341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25341

Black with #C25341

Text Example


Text Example

White with #C25341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25341; }

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

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

background-color css

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

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

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

border-color css

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

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

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