Html Css Color HEX #C25F48 Flame Pea

📋 copy color: '#C25F48'

red 194 ◦ green 95 ◦ blue 72

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

Shades of Flame Pea #C25F48

Tints of Flame Pea #C25F48

RGB

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

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

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

R = 53.74%
G = 26.32%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C25F48 (or 0xC25F48) is known color: Flame Pea. HEX triplet: C2, 5F and 48. RGB value is (194,95,72). Sum of RGB (Red+Green+Blue) = 194+95+72=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F48 is #3DA0B7. Grayscale: #7A7A7A. Windows color (decimal): -4038840 or 4743106. OLE color: 4743106.

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

Color convert

RGB 194 95 72 -
CMYK 0 0.51 0.63 0.24
HSL 11.31º 0.5% 0.52% -
HSV(B) 11.31º 0.63% 0.76% -
XYZ 27.51 20.12 8.56 -
YUV 121.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 194 95 72 0 0.51 0.63 0.24 11.31 0.5 0.52
Hex C2 5F 48 0 33 3F 18 B 32 34
Octal 302 137 110 0 63 77 30 13 62 64
Binary 11000010 1011111 1001000 0 110011 111111 11000 1011 110010 110100

Color Harmonies of #C25F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F48

Black with #C25F48

Text Example


Text Example

White with #C25F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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