Html Css Color HEX #C25440 Flame Pea

📋 copy color: '#C25440'

red 194 ◦ green 84 ◦ blue 64

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

Shades of Flame Pea #C25440

Tints of Flame Pea #C25440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.56%

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

R = 56.73%
G = 24.56%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C25440 (or 0xC25440) is known color: Flame Pea. HEX triplet: C2, 54 and 40. RGB value is (194,84,64). Sum of RGB (Red+Green+Blue) = 194+84+64=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C25440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25440 is #3DABBF. Grayscale: #727272. Windows color (decimal): -4041664 or 4216002. OLE color: 4216002.

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

Color convert

RGB 194 84 64 -
CMYK 0 0.57 0.67 0.24
HSL 9.23º 0.52% 0.51% -
HSV(B) 9.23º 0.67% 0.76% -
XYZ 26.34 18.18 6.97 -
YUV 114.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 194 84 64 0 0.57 0.67 0.24 9.23 0.52 0.51
Hex C2 54 40 0 39 43 18 9 34 33
Octal 302 124 100 0 71 103 30 11 64 63
Binary 11000010 1010100 1000000 0 111001 1000011 11000 1001 110100 110011

Color Harmonies of #C25440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25440

Black with #C25440

Text Example


Text Example

White with #C25440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25440; }

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

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

background-color css

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

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

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

border-color css

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

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

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