Html Css Color HEX #C25C40 Flame Pea

📋 copy color: '#C25C40'

red 194 ◦ green 92 ◦ blue 64

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

Shades of Flame Pea #C25C40

Tints of Flame Pea #C25C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 55.43%
G = 26.29%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C25C40 (or 0xC25C40) is known color: Flame Pea. HEX triplet: C2, 5C and 40. RGB value is (194,92,64). Sum of RGB (Red+Green+Blue) = 194+92+64=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C40 is #3DA3BF. Grayscale: #777777. Windows color (decimal): -4039616 or 4218050. OLE color: 4218050.

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

Color convert

RGB 194 92 64 -
CMYK 0 0.53 0.67 0.24
HSL 12.92º 0.52% 0.51% -
HSV(B) 12.92º 0.67% 0.76% -
XYZ 27 19.49 7.19 -
YUV 119.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 194 92 64 0 0.53 0.67 0.24 12.92 0.52 0.51
Hex C2 5C 40 0 35 43 18 D 34 33
Octal 302 134 100 0 65 103 30 15 64 63
Binary 11000010 1011100 1000000 0 110101 1000011 11000 1101 110100 110011

Color Harmonies of #C25C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C40

Black with #C25C40

Text Example


Text Example

White with #C25C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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