Html Css Color HEX #C2583E Flame Pea

📋 copy color: '#C2583E'

red 194 ◦ green 88 ◦ blue 62

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

Shades of Flame Pea #C2583E

Tints of Flame Pea #C2583E

RGB

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

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

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

R = 56.4%
G = 25.58%
B = 18.02%

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

#C2583E (or 0xC2583E) is known color: Flame Pea. HEX triplet: C2, 58 and 3E. RGB value is (194,88,62). Sum of RGB (Red+Green+Blue) = 194+88+62=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C2583E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2583E is #3DA7C1. Grayscale: #747474. Windows color (decimal): -4040642 or 4085954. OLE color: 4085954.

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

Color convert

RGB 194 88 62 -
CMYK 0 0.55 0.68 0.24
HSL 11.82º 0.52% 0.5% -
HSV(B) 11.82º 0.68% 0.76% -
XYZ 26.61 18.8 6.78 -
YUV 116.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 194 88 62 0 0.55 0.68 0.24 11.82 0.52 0.5
Hex C2 58 3E 0 37 44 18 C 34 32
Octal 302 130 76 0 67 104 30 14 64 62
Binary 11000010 1011000 111110 0 110111 1000100 11000 1100 110100 110010

Color Harmonies of #C2583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2583E

Black with #C2583E

Text Example


Text Example

White with #C2583E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2583E; }

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

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

background-color css

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

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

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

border-color css

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

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

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