Html Css Color HEX #C25D4A Flame Pea

📋 copy color: '#C25D4A'

red 194 ◦ green 93 ◦ blue 74

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

Shades of Flame Pea #C25D4A

Tints of Flame Pea #C25D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 53.74%
G = 25.76%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C25D4A (or 0xC25D4A) is known color: Flame Pea. HEX triplet: C2, 5D and 4A. RGB value is (194,93,74). Sum of RGB (Red+Green+Blue) = 194+93+74=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D4A is #3DA2B5. Grayscale: #797979. Windows color (decimal): -4039350 or 4873666. OLE color: 4873666.

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

Color convert

RGB 194 93 74 -
CMYK 0 0.52 0.62 0.24
HSL 9.5º 0.5% 0.53% -
HSV(B) 9.5º 0.62% 0.76% -
XYZ 27.4 19.79 8.85 -
YUV 121.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 194 93 74 0 0.52 0.62 0.24 9.5 0.5 0.53
Hex C2 5D 4A 0 34 3E 18 A 32 35
Octal 302 135 112 0 64 76 30 12 62 65
Binary 11000010 1011101 1001010 0 110100 111110 11000 1010 110010 110101

Color Harmonies of #C25D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D4A

Black with #C25D4A

Text Example


Text Example

White with #C25D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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