Html Css Color HEX #C25A40 Flame Pea

📋 copy color: '#C25A40'

red 194 ◦ green 90 ◦ blue 64

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

Shades of Flame Pea #C25A40

Tints of Flame Pea #C25A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 55.75%
G = 25.86%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C25A40 (or 0xC25A40) is known color: Flame Pea. HEX triplet: C2, 5A and 40. RGB value is (194,90,64). Sum of RGB (Red+Green+Blue) = 194+90+64=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A40 is #3DA5BF. Grayscale: #767676. Windows color (decimal): -4040128 or 4217538. OLE color: 4217538.

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

Color convert

RGB 194 90 64 -
CMYK 0 0.54 0.67 0.24
HSL 12º 0.52% 0.51% -
HSV(B) 12º 0.67% 0.76% -
XYZ 26.83 19.15 7.13 -
YUV 118.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 194 90 64 0 0.54 0.67 0.24 12 0.52 0.51
Hex C2 5A 40 0 36 43 18 C 34 33
Octal 302 132 100 0 66 103 30 14 64 63
Binary 11000010 1011010 1000000 0 110110 1000011 11000 1100 110100 110011

Color Harmonies of #C25A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A40

Black with #C25A40

Text Example


Text Example

White with #C25A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A40; }

 p { color: rgb(194,90,64); }

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

background-color css

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

 a { background-color: rgb(194,90,64); }

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

border-color css

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

 span { border-color: rgb(194,90,64); }

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