Html Css Color HEX #C25E48 Flame Pea

📋 copy color: '#C25E48'

red 194 ◦ green 94 ◦ blue 72

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

Shades of Flame Pea #C25E48

Tints of Flame Pea #C25E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.11%

 BLUE value IS 72 (28.52% from 255) = 20%

R = 53.89%
G = 26.11%
B = 20%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C25E48 (or 0xC25E48) is known color: Flame Pea. HEX triplet: C2, 5E and 48. RGB value is (194,94,72). Sum of RGB (Red+Green+Blue) = 194+94+72=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E48 is #3DA1B7. Grayscale: #797979. Windows color (decimal): -4039096 or 4742850. OLE color: 4742850.

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

Color convert

RGB 194 94 72 -
CMYK 0 0.52 0.63 0.24
HSL 10.82º 0.5% 0.52% -
HSV(B) 10.82º 0.63% 0.76% -
XYZ 27.42 19.94 8.53 -
YUV 121.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 194 94 72 0 0.52 0.63 0.24 10.82 0.5 0.52
Hex C2 5E 48 0 34 3F 18 B 32 34
Octal 302 136 110 0 64 77 30 13 62 64
Binary 11000010 1011110 1001000 0 110100 111111 11000 1011 110010 110100

Color Harmonies of #C25E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E48

Black with #C25E48

Text Example


Text Example

White with #C25E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E48; }

 p { color: rgb(194,94,72); }

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

background-color css

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

 a { background-color: rgb(194,94,72); }

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

border-color css

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

 span { border-color: rgb(194,94,72); }

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