Html Css Color HEX #C1573E Flame Pea

📋 copy color: '#C1573E'

red 193 ◦ green 87 ◦ blue 62

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

Shades of Flame Pea #C1573E

Tints of Flame Pea #C1573E

RGB

 RED value IS 193 (75.78% from 255) = 56.43%

 GREEN value IS 87 (34.38% from 255) = 25.44%

 BLUE value IS 62 (24.61% from 255) = 18.13%

R = 56.43%
G = 25.44%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1573E (or 0xC1573E) is known color: Flame Pea. HEX triplet: C1, 57 and 3E. RGB value is (193,87,62). Sum of RGB (Red+Green+Blue) = 193+87+62=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1573E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1573E is #3EA8C1. Grayscale: #747474. Windows color (decimal): -4106434 or 4085697. OLE color: 4085697.

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

Color convert

RGB 193 87 62 -
CMYK 0 0.55 0.68 0.24
HSL 11.45º 0.51% 0.5% -
HSV(B) 11.45º 0.68% 0.76% -
XYZ 26.27 18.5 6.74 -
YUV 115.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 193 87 62 0 0.55 0.68 0.24 11.45 0.51 0.5
Hex C1 57 3E 0 37 44 18 B 33 32
Octal 301 127 76 0 67 104 30 13 63 62
Binary 11000001 1010111 111110 0 110111 1000100 11000 1011 110011 110010

Color Harmonies of #C1573E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1573E

Black with #C1573E

Text Example


Text Example

White with #C1573E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1573E; }

 p { color: rgb(193,87,62); }

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

background-color css

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

 a { background-color: rgb(193,87,62); }

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

border-color css

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

 span { border-color: rgb(193,87,62); }

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