Html Css Color HEX #C25A3F Flame Pea

📋 copy color: '#C25A3F'

red 194 ◦ green 90 ◦ blue 63

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

Shades of Flame Pea #C25A3F

Tints of Flame Pea #C25A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.94%

 BLUE value IS 63 (25% from 255) = 18.16%

R = 55.91%
G = 25.94%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C25A3F (or 0xC25A3F) is known color: Flame Pea. HEX triplet: C2, 5A and 3F. RGB value is (194,90,63). Sum of RGB (Red+Green+Blue) = 194+90+63=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A3F is #3DA5C0. Grayscale: #767676. Windows color (decimal): -4040129 or 4152002. OLE color: 4152002.

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

Color convert

RGB 194 90 63 -
CMYK 0 0.54 0.68 0.24
HSL 12.37º 0.52% 0.5% -
HSV(B) 12.37º 0.68% 0.76% -
XYZ 26.8 19.14 6.98 -
YUV 118.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 194 90 63 0 0.54 0.68 0.24 12.37 0.52 0.5
Hex C2 5A 3F 0 36 44 18 C 34 32
Octal 302 132 77 0 66 104 30 14 64 62
Binary 11000010 1011010 111111 0 110110 1000100 11000 1100 110100 110010

Color Harmonies of #C25A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A3F

Black with #C25A3F

Text Example


Text Example

White with #C25A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A3F; }

 p { color: rgb(194,90,63); }

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

background-color css

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

 a { background-color: rgb(194,90,63); }

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

border-color css

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

 span { border-color: rgb(194,90,63); }

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