Html Css Color HEX #C25E4D Flame Pea

📋 copy color: '#C25E4D'

red 194 ◦ green 94 ◦ blue 77

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

Shades of Flame Pea #C25E4D

Tints of Flame Pea #C25E4D

RGB

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

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

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

R = 53.15%
G = 25.75%
B = 21.1%

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

#C25E4D (or 0xC25E4D) is known color: Flame Pea. HEX triplet: C2, 5E and 4D. RGB value is (194,94,77). Sum of RGB (Red+Green+Blue) = 194+94+77=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25E4D is #3DA1B2. Grayscale: #7A7A7A. Windows color (decimal): -4039091 or 5070530. OLE color: 5070530.

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

Color convert

RGB 194 94 77 -
CMYK 0 0.52 0.60 0.24
HSL 8.72º 0.49% 0.53% -
HSV(B) 8.72º 0.6% 0.76% -
XYZ 27.59 20.01 9.43 -
YUV 121.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 194 94 77 0 0.52 0.60 0.24 8.72 0.49 0.53
Hex C2 5E 4D 0 34 3C 18 9 31 35
Octal 302 136 115 0 64 74 30 11 61 65
Binary 11000010 1011110 1001101 0 110100 111100 11000 1001 110001 110101

Color Harmonies of #C25E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E4D

Black with #C25E4D

Text Example


Text Example

White with #C25E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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