Html Css Color HEX #C25541 Flame Pea

📋 copy color: '#C25541'

red 194 ◦ green 85 ◦ blue 65

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

Shades of Flame Pea #C25541

Tints of Flame Pea #C25541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.71%

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

R = 56.4%
G = 24.71%
B = 18.9%

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

#C25541 (or 0xC25541) is known color: Flame Pea. HEX triplet: C2, 55 and 41. RGB value is (194,85,65). Sum of RGB (Red+Green+Blue) = 194+85+65=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C25541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25541 is #3DAABE. Grayscale: #737373. Windows color (decimal): -4041407 or 4281794. OLE color: 4281794.

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

Color convert

RGB 194 85 65 -
CMYK 0 0.56 0.66 0.24
HSL 9.3º 0.51% 0.51% -
HSV(B) 9.3º 0.66% 0.76% -
XYZ 26.45 18.35 7.15 -
YUV 115.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 194 85 65 0 0.56 0.66 0.24 9.3 0.51 0.51
Hex C2 55 41 0 38 42 18 9 33 33
Octal 302 125 101 0 70 102 30 11 63 63
Binary 11000010 1010101 1000001 0 111000 1000010 11000 1001 110011 110011

Color Harmonies of #C25541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25541

Black with #C25541

Text Example


Text Example

White with #C25541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25541; }

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

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

background-color css

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

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

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

border-color css

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

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

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