Html Css Color HEX #C25748 Flame Pea

📋 copy color: '#C25748'

red 194 ◦ green 87 ◦ blue 72

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

Shades of Flame Pea #C25748

Tints of Flame Pea #C25748

RGB

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

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

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

R = 54.96%
G = 24.65%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C25748 (or 0xC25748) is known color: Flame Pea. HEX triplet: C2, 57 and 48. RGB value is (194,87,72). Sum of RGB (Red+Green+Blue) = 194+87+72=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C25748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25748 is #3DA8B7. Grayscale: #757575. Windows color (decimal): -4040888 or 4741058. OLE color: 4741058.

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

Color convert

RGB 194 87 72 -
CMYK 0 0.55 0.63 0.24
HSL 7.38º 0.5% 0.52% -
HSV(B) 7.38º 0.63% 0.76% -
XYZ 26.83 18.75 8.34 -
YUV 117.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 194 87 72 0 0.55 0.63 0.24 7.38 0.5 0.52
Hex C2 57 48 0 37 3F 18 7 32 34
Octal 302 127 110 0 67 77 30 7 62 64
Binary 11000010 1010111 1001000 0 110111 111111 11000 111 110010 110100

Color Harmonies of #C25748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25748

Black with #C25748

Text Example


Text Example

White with #C25748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25748; }

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

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

background-color css

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

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

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

border-color css

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

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

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