Html Css Color HEX #C25C47 Flame Pea

📋 copy color: '#C25C47'

red 194 ◦ green 92 ◦ blue 71

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

Shades of Flame Pea #C25C47

Tints of Flame Pea #C25C47

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.77%

 BLUE value IS 71 (28.13% from 255) = 19.89%

R = 54.34%
G = 25.77%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C25C47 (or 0xC25C47) is known color: Flame Pea. HEX triplet: C2, 5C and 47. RGB value is (194,92,71). Sum of RGB (Red+Green+Blue) = 194+92+71=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C47 is #3DA3B8. Grayscale: #787878. Windows color (decimal): -4039609 or 4676802. OLE color: 4676802.

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

Color convert

RGB 194 92 71 -
CMYK 0 0.53 0.63 0.24
HSL 10.24º 0.5% 0.52% -
HSV(B) 10.24º 0.63% 0.76% -
XYZ 27.21 19.58 8.31 -
YUV 120.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 194 92 71 0 0.53 0.63 0.24 10.24 0.5 0.52
Hex C2 5C 47 0 35 3F 18 A 32 34
Octal 302 134 107 0 65 77 30 12 62 64
Binary 11000010 1011100 1000111 0 110101 111111 11000 1010 110010 110100

Color Harmonies of #C25C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C47

Black with #C25C47

Text Example


Text Example

White with #C25C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C47; }

 p { color: rgb(194,92,71); }

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

background-color css

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

 a { background-color: rgb(194,92,71); }

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

border-color css

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

 span { border-color: rgb(194,92,71); }

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