Html Css Color HEX #C25C4B Flame Pea

📋 copy color: '#C25C4B'

red 194 ◦ green 92 ◦ blue 75

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

Shades of Flame Pea #C25C4B

Tints of Flame Pea #C25C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

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

R = 53.74%
G = 25.48%
B = 20.78%

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

#C25C4B (or 0xC25C4B) is known color: Flame Pea. HEX triplet: C2, 5C and 4B. RGB value is (194,92,75). Sum of RGB (Red+Green+Blue) = 194+92+75=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C4B is #3DA3B4. Grayscale: #787878. Windows color (decimal): -4039605 or 4938946. OLE color: 4938946.

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

Color convert

RGB 194 92 75 -
CMYK 0 0.53 0.61 0.24
HSL 8.57º 0.49% 0.53% -
HSV(B) 8.57º 0.61% 0.76% -
XYZ 27.35 19.63 9 -
YUV 120.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 194 92 75 0 0.53 0.61 0.24 8.57 0.49 0.53
Hex C2 5C 4B 0 35 3D 18 9 31 35
Octal 302 134 113 0 65 75 30 11 61 65
Binary 11000010 1011100 1001011 0 110101 111101 11000 1001 110001 110101

Color Harmonies of #C25C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C4B

Black with #C25C4B

Text Example


Text Example

White with #C25C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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