Html Css Color HEX #C25848 Flame Pea

📋 copy color: '#C25848'

red 194 ◦ green 88 ◦ blue 72

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

Shades of Flame Pea #C25848

Tints of Flame Pea #C25848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.86%

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

R = 54.8%
G = 24.86%
B = 20.34%

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

#C25848 (or 0xC25848) is known color: Flame Pea. HEX triplet: C2, 58 and 48. RGB value is (194,88,72). Sum of RGB (Red+Green+Blue) = 194+88+72=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C25848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25848 is #3DA7B7. Grayscale: #767676. Windows color (decimal): -4040632 or 4741314. OLE color: 4741314.

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

Color convert

RGB 194 88 72 -
CMYK 0 0.55 0.63 0.24
HSL 7.87º 0.5% 0.52% -
HSV(B) 7.87º 0.63% 0.76% -
XYZ 26.91 18.92 8.36 -
YUV 117.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 194 88 72 0 0.55 0.63 0.24 7.87 0.5 0.52
Hex C2 58 48 0 37 3F 18 8 32 34
Octal 302 130 110 0 67 77 30 10 62 64
Binary 11000010 1011000 1001000 0 110111 111111 11000 1000 110010 110100

Color Harmonies of #C25848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25848

Black with #C25848

Text Example


Text Example

White with #C25848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25848; }

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

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

background-color css

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

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

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

border-color css

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

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

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