Html Css Color HEX #C25D4D Flame Pea

📋 copy color: '#C25D4D'

red 194 ◦ green 93 ◦ blue 77

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

Shades of Flame Pea #C25D4D

Tints of Flame Pea #C25D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 53.3%
G = 25.55%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C25D4D (or 0xC25D4D) is known color: Flame Pea. HEX triplet: C2, 5D and 4D. RGB value is (194,93,77). Sum of RGB (Red+Green+Blue) = 194+93+77=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D4D is #3DA2B2. Grayscale: #797979. Windows color (decimal): -4039347 or 5070274. OLE color: 5070274.

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

Color convert

RGB 194 93 77 -
CMYK 0 0.52 0.60 0.24
HSL 8.21º 0.49% 0.53% -
HSV(B) 8.21º 0.6% 0.76% -
XYZ 27.5 19.83 9.4 -
YUV 121.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 194 93 77 0 0.52 0.60 0.24 8.21 0.49 0.53
Hex C2 5D 4D 0 34 3C 18 8 31 35
Octal 302 135 115 0 64 74 30 10 61 65
Binary 11000010 1011101 1001101 0 110100 111100 11000 1000 110001 110101

Color Harmonies of #C25D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D4D

Black with #C25D4D

Text Example


Text Example

White with #C25D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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