Html Css Color HEX #C25745 Flame Pea

📋 copy color: '#C25745'

red 194 ◦ green 87 ◦ blue 69

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

Shades of Flame Pea #C25745

Tints of Flame Pea #C25745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 55.43%
G = 24.86%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C25745 (or 0xC25745) is known color: Flame Pea. HEX triplet: C2, 57 and 45. RGB value is (194,87,69). Sum of RGB (Red+Green+Blue) = 194+87+69=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C25745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25745 is #3DA8BA. Grayscale: #757575. Windows color (decimal): -4040891 or 4544450. OLE color: 4544450.

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

Color convert

RGB 194 87 69 -
CMYK 0 0.55 0.64 0.24
HSL 8.64º 0.51% 0.52% -
HSV(B) 8.64º 0.64% 0.76% -
XYZ 26.73 18.72 7.83 -
YUV 116.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 194 87 69 0 0.55 0.64 0.24 8.64 0.51 0.52
Hex C2 57 45 0 37 40 18 9 33 34
Octal 302 127 105 0 67 100 30 11 63 64
Binary 11000010 1010111 1000101 0 110111 1000000 11000 1001 110011 110100

Color Harmonies of #C25745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25745

Black with #C25745

Text Example


Text Example

White with #C25745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25745; }

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

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

background-color css

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

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

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

border-color css

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

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

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