Html Css Color HEX #C55E4B Flame Pea

📋 copy color: '#C55E4B'

red 197 ◦ green 94 ◦ blue 75

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

Shades of Flame Pea #C55E4B

Tints of Flame Pea #C55E4B

RGB

 RED value IS 197 (77.34% from 255) = 53.83%

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

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 53.83%
G = 25.68%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C55E4B (or 0xC55E4B) is known color: Flame Pea. HEX triplet: C5, 5E and 4B. RGB value is (197,94,75). Sum of RGB (Red+Green+Blue) = 197+94+75=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E4B is #3AA1B4. Grayscale: #7A7A7A. Windows color (decimal): -3842485 or 4939461. OLE color: 4939461.

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

Color convert

RGB 197 94 75 -
CMYK 0 0.52 0.62 0.23
HSL 9.34º 0.51% 0.53% -
HSV(B) 9.34º 0.62% 0.77% -
XYZ 28.3 20.38 9.1 -
YUV 122.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 197 94 75 0 0.52 0.62 0.23 9.34 0.51 0.53
Hex C5 5E 4B 0 34 3E 17 9 33 35
Octal 305 136 113 0 64 76 27 11 63 65
Binary 11000101 1011110 1001011 0 110100 111110 10111 1001 110011 110101

Color Harmonies of #C55E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E4B

Black with #C55E4B

Text Example


Text Example

White with #C55E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E4B; }

 p { color: rgb(197,94,75); }

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

background-color css

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

 a { background-color: rgb(197,94,75); }

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

border-color css

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

 span { border-color: rgb(197,94,75); }

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