Html Css Color HEX #C25E40 Flame Pea

📋 copy color: '#C25E40'

red 194 ◦ green 94 ◦ blue 64

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

Shades of Flame Pea #C25E40

Tints of Flame Pea #C25E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.7%

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

R = 55.11%
G = 26.7%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C25E40 (or 0xC25E40) is known color: Flame Pea. HEX triplet: C2, 5E and 40. RGB value is (194,94,64). Sum of RGB (Red+Green+Blue) = 194+94+64=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E40 is #3DA1BF. Grayscale: #787878. Windows color (decimal): -4039104 or 4218562. OLE color: 4218562.

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

Color convert

RGB 194 94 64 -
CMYK 0 0.52 0.67 0.24
HSL 13.85º 0.52% 0.51% -
HSV(B) 13.85º 0.67% 0.76% -
XYZ 27.18 19.84 7.25 -
YUV 120.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 194 94 64 0 0.52 0.67 0.24 13.85 0.52 0.51
Hex C2 5E 40 0 34 43 18 E 34 33
Octal 302 136 100 0 64 103 30 16 64 63
Binary 11000010 1011110 1000000 0 110100 1000011 11000 1110 110100 110011

Color Harmonies of #C25E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E40

Black with #C25E40

Text Example


Text Example

White with #C25E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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