Html Css Color HEX #C25840 Flame Pea

📋 copy color: '#C25840'

red 194 ◦ green 88 ◦ blue 64

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

Shades of Flame Pea #C25840

Tints of Flame Pea #C25840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.43%

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

R = 56.07%
G = 25.43%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C25840 (or 0xC25840) is known color: Flame Pea. HEX triplet: C2, 58 and 40. RGB value is (194,88,64). Sum of RGB (Red+Green+Blue) = 194+88+64=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C25840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25840 is #3DA7BF. Grayscale: #757575. Windows color (decimal): -4040640 or 4217026. OLE color: 4217026.

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

Color convert

RGB 194 88 64 -
CMYK 0 0.55 0.67 0.24
HSL 11.08º 0.52% 0.51% -
HSV(B) 11.08º 0.67% 0.76% -
XYZ 26.66 18.82 7.08 -
YUV 116.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 194 88 64 0 0.55 0.67 0.24 11.08 0.52 0.51
Hex C2 58 40 0 37 43 18 B 34 33
Octal 302 130 100 0 67 103 30 13 64 63
Binary 11000010 1011000 1000000 0 110111 1000011 11000 1011 110100 110011

Color Harmonies of #C25840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25840

Black with #C25840

Text Example


Text Example

White with #C25840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25840; }

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

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

background-color css

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

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

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

border-color css

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

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

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