Html Css Color HEX #C25E41 Flame Pea

📋 copy color: '#C25E41'

red 194 ◦ green 94 ◦ blue 65

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

Shades of Flame Pea #C25E41

Tints of Flame Pea #C25E41

RGB

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

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

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

R = 54.96%
G = 26.63%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C25E41 (or 0xC25E41) is known color: Flame Pea. HEX triplet: C2, 5E and 41. RGB value is (194,94,65). Sum of RGB (Red+Green+Blue) = 194+94+65=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E41 is #3DA1BE. Grayscale: #787878. Windows color (decimal): -4039103 or 4284098. OLE color: 4284098.

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

Color convert

RGB 194 94 65 -
CMYK 0 0.52 0.66 0.24
HSL 13.49º 0.51% 0.51% -
HSV(B) 13.49º 0.66% 0.76% -
XYZ 27.2 19.86 7.4 -
YUV 120.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 194 94 65 0 0.52 0.66 0.24 13.49 0.51 0.51
Hex C2 5E 41 0 34 42 18 D 33 33
Octal 302 136 101 0 64 102 30 15 63 63
Binary 11000010 1011110 1000001 0 110100 1000010 11000 1101 110011 110011

Color Harmonies of #C25E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E41

Black with #C25E41

Text Example


Text Example

White with #C25E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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