Html Css Color HEX #C25746 Flame Pea

📋 copy color: '#C25746'

red 194 ◦ green 87 ◦ blue 70

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

Shades of Flame Pea #C25746

Tints of Flame Pea #C25746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 55.27%
G = 24.79%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C25746 (or 0xC25746) is known color: Flame Pea. HEX triplet: C2, 57 and 46. RGB value is (194,87,70). Sum of RGB (Red+Green+Blue) = 194+87+70=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C25746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25746 is #3DA8B9. Grayscale: #757575. Windows color (decimal): -4040890 or 4609986. OLE color: 4609986.

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

Color convert

RGB 194 87 70 -
CMYK 0 0.55 0.64 0.24
HSL 8.23º 0.5% 0.52% -
HSV(B) 8.23º 0.64% 0.76% -
XYZ 26.76 18.73 8 -
YUV 117.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 194 87 70 0 0.55 0.64 0.24 8.23 0.5 0.52
Hex C2 57 46 0 37 40 18 8 32 34
Octal 302 127 106 0 67 100 30 10 62 64
Binary 11000010 1010111 1000110 0 110111 1000000 11000 1000 110010 110100

Color Harmonies of #C25746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25746

Black with #C25746

Text Example


Text Example

White with #C25746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25746; }

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

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

background-color css

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

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

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

border-color css

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

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

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