Html Css Color HEX #C25641 Flame Pea

📋 copy color: '#C25641'

red 194 ◦ green 86 ◦ blue 65

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

Shades of Flame Pea #C25641

Tints of Flame Pea #C25641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

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

R = 56.23%
G = 24.93%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C25641 (or 0xC25641) is known color: Flame Pea. HEX triplet: C2, 56 and 41. RGB value is (194,86,65). Sum of RGB (Red+Green+Blue) = 194+86+65=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C25641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25641 is #3DA9BE. Grayscale: #747474. Windows color (decimal): -4041151 or 4282050. OLE color: 4282050.

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

Color convert

RGB 194 86 65 -
CMYK 0 0.56 0.66 0.24
HSL 9.77º 0.51% 0.51% -
HSV(B) 9.77º 0.66% 0.76% -
XYZ 26.53 18.51 7.17 -
YUV 115.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 194 86 65 0 0.56 0.66 0.24 9.77 0.51 0.51
Hex C2 56 41 0 38 42 18 A 33 33
Octal 302 126 101 0 70 102 30 12 63 63
Binary 11000010 1010110 1000001 0 111000 1000010 11000 1010 110011 110011

Color Harmonies of #C25641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25641

Black with #C25641

Text Example


Text Example

White with #C25641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25641; }

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

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

background-color css

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

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

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

border-color css

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

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

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