Html Css Color HEX #C25441 Flame Pea

📋 copy color: '#C25441'

red 194 ◦ green 84 ◦ blue 65

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

Shades of Flame Pea #C25441

Tints of Flame Pea #C25441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.95%

R = 56.56%
G = 24.49%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C25441 (or 0xC25441) is known color: Flame Pea. HEX triplet: C2, 54 and 41. RGB value is (194,84,65). Sum of RGB (Red+Green+Blue) = 194+84+65=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C25441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25441 is #3DABBE. Grayscale: #727272. Windows color (decimal): -4041663 or 4281538. OLE color: 4281538.

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

Color convert

RGB 194 84 65 -
CMYK 0 0.57 0.66 0.24
HSL 8.84º 0.51% 0.51% -
HSV(B) 8.84º 0.66% 0.76% -
XYZ 26.37 18.19 7.12 -
YUV 114.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 194 84 65 0 0.57 0.66 0.24 8.84 0.51 0.51
Hex C2 54 41 0 39 42 18 9 33 33
Octal 302 124 101 0 71 102 30 11 63 63
Binary 11000010 1010100 1000001 0 111001 1000010 11000 1001 110011 110011

Color Harmonies of #C25441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25441

Black with #C25441

Text Example


Text Example

White with #C25441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25441; }

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

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

background-color css

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

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

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

border-color css

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

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

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