Html Css Color HEX #C25F40 Flame Pea

📋 copy color: '#C25F40'

red 194 ◦ green 95 ◦ blue 64

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

Shades of Flame Pea #C25F40

Tints of Flame Pea #C25F40

RGB

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

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

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

R = 54.96%
G = 26.91%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C25F40 (or 0xC25F40) is known color: Flame Pea. HEX triplet: C2, 5F and 40. RGB value is (194,95,64). Sum of RGB (Red+Green+Blue) = 194+95+64=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F40 is #3DA0BF. Grayscale: #797979. Windows color (decimal): -4038848 or 4218818. OLE color: 4218818.

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

Color convert

RGB 194 95 64 -
CMYK 0 0.51 0.67 0.24
HSL 14.31º 0.52% 0.51% -
HSV(B) 14.31º 0.67% 0.76% -
XYZ 27.27 20.02 7.28 -
YUV 121.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 194 95 64 0 0.51 0.67 0.24 14.31 0.52 0.51
Hex C2 5F 40 0 33 43 18 E 34 33
Octal 302 137 100 0 63 103 30 16 64 63
Binary 11000010 1011111 1000000 0 110011 1000011 11000 1110 110100 110011

Color Harmonies of #C25F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F40

Black with #C25F40

Text Example


Text Example

White with #C25F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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