Html Css Color HEX #C25F45 Flame Pea

📋 copy color: '#C25F45'

red 194 ◦ green 95 ◦ blue 69

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

Shades of Flame Pea #C25F45

Tints of Flame Pea #C25F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.54%

 BLUE value IS 69 (27.34% from 255) = 19.27%

R = 54.19%
G = 26.54%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C25F45 (or 0xC25F45) is known color: Flame Pea. HEX triplet: C2, 5F and 45. RGB value is (194,95,69). Sum of RGB (Red+Green+Blue) = 194+95+69=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F45 is #3DA0BA. Grayscale: #797979. Windows color (decimal): -4038843 or 4546498. OLE color: 4546498.

HSL color Cylindrical-coordinate representation of color #C25F45: hue angle of 12.48º degrees, saturation: 0.51, 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 #C25F45 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 69 -
CMYK 0 0.51 0.64 0.24
HSL 12.48º 0.51% 0.52% -
HSV(B) 12.48º 0.64% 0.76% -
XYZ 27.41 20.08 8.06 -
YUV 121.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 194 95 69 0 0.51 0.64 0.24 12.48 0.51 0.52
Hex C2 5F 45 0 33 40 18 C 33 34
Octal 302 137 105 0 63 100 30 14 63 64
Binary 11000010 1011111 1000101 0 110011 1000000 11000 1100 110011 110100

Color Harmonies of #C25F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F45

Black with #C25F45

Text Example


Text Example

White with #C25F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F45; }

 p { color: rgb(194,95,69); }

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

background-color css

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

 a { background-color: rgb(194,95,69); }

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

border-color css

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

 span { border-color: rgb(194,95,69); }

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