Html Css Color HEX #C25744 Flame Pea

📋 copy color: '#C25744'

red 194 ◦ green 87 ◦ blue 68

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

Shades of Flame Pea #C25744

Tints of Flame Pea #C25744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.93%

 BLUE value IS 68 (26.95% from 255) = 19.48%

R = 55.59%
G = 24.93%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C25744 (or 0xC25744) is known color: Flame Pea. HEX triplet: C2, 57 and 44. RGB value is (194,87,68). Sum of RGB (Red+Green+Blue) = 194+87+68=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C25744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25744 is #3DA8BB. Grayscale: #757575. Windows color (decimal): -4040892 or 4478914. OLE color: 4478914.

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

Color convert

RGB 194 87 68 -
CMYK 0 0.55 0.65 0.24
HSL 9.05º 0.51% 0.51% -
HSV(B) 9.05º 0.65% 0.76% -
XYZ 26.7 18.7 7.67 -
YUV 116.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 194 87 68 0 0.55 0.65 0.24 9.05 0.51 0.51
Hex C2 57 44 0 37 41 18 9 33 33
Octal 302 127 104 0 67 101 30 11 63 63
Binary 11000010 1010111 1000100 0 110111 1000001 11000 1001 110011 110011

Color Harmonies of #C25744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25744

Black with #C25744

Text Example


Text Example

White with #C25744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25744; }

 p { color: rgb(194,87,68); }

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

background-color css

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

 a { background-color: rgb(194,87,68); }

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

border-color css

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

 span { border-color: rgb(194,87,68); }

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