Html Css Color HEX #C25B4B Flame Pea

📋 copy color: '#C25B4B'

red 194 ◦ green 91 ◦ blue 75

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

Shades of Flame Pea #C25B4B

Tints of Flame Pea #C25B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.28%

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

R = 53.89%
G = 25.28%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C25B4B (or 0xC25B4B) is known color: Flame Pea. HEX triplet: C2, 5B and 4B. RGB value is (194,91,75). Sum of RGB (Red+Green+Blue) = 194+91+75=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25B4B is #3DA4B4. Grayscale: #787878. Windows color (decimal): -4039861 or 4938690. OLE color: 4938690.

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

Color convert

RGB 194 91 75 -
CMYK 0 0.53 0.61 0.24
HSL 8.07º 0.49% 0.53% -
HSV(B) 8.07º 0.61% 0.76% -
XYZ 27.26 19.46 8.98 -
YUV 119.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 194 91 75 0 0.53 0.61 0.24 8.07 0.49 0.53
Hex C2 5B 4B 0 35 3D 18 8 31 35
Octal 302 133 113 0 65 75 30 10 61 65
Binary 11000010 1011011 1001011 0 110101 111101 11000 1000 110001 110101

Color Harmonies of #C25B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B4B

Black with #C25B4B

Text Example


Text Example

White with #C25B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B4B; }

 p { color: rgb(194,91,75); }

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

background-color css

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

 a { background-color: rgb(194,91,75); }

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

border-color css

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

 span { border-color: rgb(194,91,75); }

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