Html Css Color HEX #C25B40 Flame Pea

📋 copy color: '#C25B40'

red 194 ◦ green 91 ◦ blue 64

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

Shades of Flame Pea #C25B40

Tints of Flame Pea #C25B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.07%

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

R = 55.59%
G = 26.07%
B = 18.34%

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

#C25B40 (or 0xC25B40) is known color: Flame Pea. HEX triplet: C2, 5B and 40. RGB value is (194,91,64). Sum of RGB (Red+Green+Blue) = 194+91+64=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25B40 is #3DA4BF. Grayscale: #767676. Windows color (decimal): -4039872 or 4217794. OLE color: 4217794.

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

Color convert

RGB 194 91 64 -
CMYK 0 0.53 0.67 0.24
HSL 12.46º 0.52% 0.51% -
HSV(B) 12.46º 0.67% 0.76% -
XYZ 26.91 19.32 7.16 -
YUV 118.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 194 91 64 0 0.53 0.67 0.24 12.46 0.52 0.51
Hex C2 5B 40 0 35 43 18 C 34 33
Octal 302 133 100 0 65 103 30 14 64 63
Binary 11000010 1011011 1000000 0 110101 1000011 11000 1100 110100 110011

Color Harmonies of #C25B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B40

Black with #C25B40

Text Example


Text Example

White with #C25B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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