Html Css Color HEX #C25542 Flame Pea

📋 copy color: '#C25542'

red 194 ◦ green 85 ◦ blue 66

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

Shades of Flame Pea #C25542

Tints of Flame Pea #C25542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 56.23%
G = 24.64%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C25542 (or 0xC25542) is known color: Flame Pea. HEX triplet: C2, 55 and 42. RGB value is (194,85,66). Sum of RGB (Red+Green+Blue) = 194+85+66=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C25542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25542 is #3DAABD. Grayscale: #737373. Windows color (decimal): -4041406 or 4347330. OLE color: 4347330.

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

Color convert

RGB 194 85 66 -
CMYK 0 0.56 0.66 0.24
HSL 8.91º 0.51% 0.51% -
HSV(B) 8.91º 0.66% 0.76% -
XYZ 26.48 18.36 7.3 -
YUV 115.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 194 85 66 0 0.56 0.66 0.24 8.91 0.51 0.51
Hex C2 55 42 0 38 42 18 9 33 33
Octal 302 125 102 0 70 102 30 11 63 63
Binary 11000010 1010101 1000010 0 111000 1000010 11000 1001 110011 110011

Color Harmonies of #C25542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25542

Black with #C25542

Text Example


Text Example

White with #C25542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25542; }

 p { color: rgb(194,85,66); }

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

background-color css

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

 a { background-color: rgb(194,85,66); }

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

border-color css

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

 span { border-color: rgb(194,85,66); }

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