Html Css Color HEX #C25D3F Flame Pea

📋 copy color: '#C25D3F'

red 194 ◦ green 93 ◦ blue 63

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

Shades of Flame Pea #C25D3F

Tints of Flame Pea #C25D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.57%

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

R = 55.43%
G = 26.57%
B = 18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C25D3F (or 0xC25D3F) is known color: Flame Pea. HEX triplet: C2, 5D and 3F. RGB value is (194,93,63). Sum of RGB (Red+Green+Blue) = 194+93+63=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D3F is #3DA2C0. Grayscale: #787878. Windows color (decimal): -4039361 or 4152770. OLE color: 4152770.

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

Color convert

RGB 194 93 63 -
CMYK 0 0.52 0.68 0.24
HSL 13.74º 0.52% 0.5% -
HSV(B) 13.74º 0.68% 0.76% -
XYZ 27.06 19.66 7.07 -
YUV 119.78 95.96 180.94 -
System Red Green Blue C M Y K H S L
Decimal 194 93 63 0 0.52 0.68 0.24 13.74 0.52 0.5
Hex C2 5D 3F 0 34 44 18 E 34 32
Octal 302 135 77 0 64 104 30 16 64 62
Binary 11000010 1011101 111111 0 110100 1000100 11000 1110 110100 110010

Color Harmonies of #C25D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D3F

Black with #C25D3F

Text Example


Text Example

White with #C25D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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