Html Css Color HEX #C25D46 Flame Pea

📋 copy color: '#C25D46'

red 194 ◦ green 93 ◦ blue 70

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

Shades of Flame Pea #C25D46

Tints of Flame Pea #C25D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 54.34%
G = 26.05%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C25D46 (or 0xC25D46) is known color: Flame Pea. HEX triplet: C2, 5D and 46. RGB value is (194,93,70). Sum of RGB (Red+Green+Blue) = 194+93+70=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D46 is #3DA2B9. Grayscale: #787878. Windows color (decimal): -4039354 or 4611522. OLE color: 4611522.

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

Color convert

RGB 194 93 70 -
CMYK 0 0.52 0.64 0.24
HSL 11.13º 0.5% 0.52% -
HSV(B) 11.13º 0.64% 0.76% -
XYZ 27.27 19.74 8.17 -
YUV 120.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 194 93 70 0 0.52 0.64 0.24 11.13 0.5 0.52
Hex C2 5D 46 0 34 40 18 B 32 34
Octal 302 135 106 0 64 100 30 13 62 64
Binary 11000010 1011101 1000110 0 110100 1000000 11000 1011 110010 110100

Color Harmonies of #C25D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D46

Black with #C25D46

Text Example


Text Example

White with #C25D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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