Html Css Color HEX #C25741 Flame Pea

📋 copy color: '#C25741'

red 194 ◦ green 87 ◦ blue 65

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

Shades of Flame Pea #C25741

Tints of Flame Pea #C25741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.79%

R = 56.07%
G = 25.14%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C25741 (or 0xC25741) is known color: Flame Pea. HEX triplet: C2, 57 and 41. RGB value is (194,87,65). Sum of RGB (Red+Green+Blue) = 194+87+65=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C25741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25741 is #3DA8BE. Grayscale: #747474. Windows color (decimal): -4040895 or 4282306. OLE color: 4282306.

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

Color convert

RGB 194 87 65 -
CMYK 0 0.55 0.66 0.24
HSL 10.23º 0.51% 0.51% -
HSV(B) 10.23º 0.66% 0.76% -
XYZ 26.61 18.67 7.2 -
YUV 116.49 98.95 183.29 -
System Red Green Blue C M Y K H S L
Decimal 194 87 65 0 0.55 0.66 0.24 10.23 0.51 0.51
Hex C2 57 41 0 37 42 18 A 33 33
Octal 302 127 101 0 67 102 30 12 63 63
Binary 11000010 1010111 1000001 0 110111 1000010 11000 1010 110011 110011

Color Harmonies of #C25741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25741

Black with #C25741

Text Example


Text Example

White with #C25741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25741; }

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

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

background-color css

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

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

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

border-color css

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

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

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