Html Css Color HEX #C25740 Flame Pea

📋 copy color: '#C25740'

red 194 ◦ green 87 ◦ blue 64

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

Shades of Flame Pea #C25740

Tints of Flame Pea #C25740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

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

R = 56.23%
G = 25.22%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C25740 (or 0xC25740) is known color: Flame Pea. HEX triplet: C2, 57 and 40. RGB value is (194,87,64). Sum of RGB (Red+Green+Blue) = 194+87+64=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C25740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25740 is #3DA8BF. Grayscale: #747474. Windows color (decimal): -4040896 or 4216770. OLE color: 4216770.

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

Color convert

RGB 194 87 64 -
CMYK 0 0.55 0.67 0.24
HSL 10.62º 0.52% 0.51% -
HSV(B) 10.62º 0.67% 0.76% -
XYZ 26.58 18.66 7.05 -
YUV 116.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 194 87 64 0 0.55 0.67 0.24 10.62 0.52 0.51
Hex C2 57 40 0 37 43 18 B 34 33
Octal 302 127 100 0 67 103 30 13 64 63
Binary 11000010 1010111 1000000 0 110111 1000011 11000 1011 110100 110011

Color Harmonies of #C25740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25740

Black with #C25740

Text Example


Text Example

White with #C25740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25740; }

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

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

background-color css

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

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

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

border-color css

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

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

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