Html Css Color HEX #C2614D Flame Pea

📋 copy color: '#C2614D'

red 194 ◦ green 97 ◦ blue 77

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

Shades of Flame Pea #C2614D

Tints of Flame Pea #C2614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.36%

 BLUE value IS 77 (30.47% from 255) = 20.92%

R = 52.72%
G = 26.36%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2614D (or 0xC2614D) is known color: Flame Pea. HEX triplet: C2, 61 and 4D. RGB value is (194,97,77). Sum of RGB (Red+Green+Blue) = 194+97+77=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2614D is #3D9EB2. Grayscale: #7B7B7B. Windows color (decimal): -4038323 or 5071298. OLE color: 5071298.

HSL color Cylindrical-coordinate representation of color #C2614D: hue angle of 10.26º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2614D is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 97 77 -
CMYK 0 0.50 0.60 0.24
HSL 10.26º 0.49% 0.53% -
HSV(B) 10.26º 0.6% 0.76% -
XYZ 27.86 20.55 9.52 -
YUV 123.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 194 97 77 0 0.50 0.60 0.24 10.26 0.49 0.53
Hex C2 61 4D 0 32 3C 18 A 31 35
Octal 302 141 115 0 62 74 30 12 61 65
Binary 11000010 1100001 1001101 0 110010 111100 11000 1010 110001 110101

Color Harmonies of #C2614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2614D

Black with #C2614D

Text Example


Text Example

White with #C2614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2614D; }

 p { color: rgb(194,97,77); }

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

background-color css

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

 a { background-color: rgb(194,97,77); }

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

border-color css

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

 span { border-color: rgb(194,97,77); }

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