Html Css Color HEX #C1614B Flame Pea

📋 copy color: '#C1614B'

red 193 ◦ green 97 ◦ blue 75

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

Shades of Flame Pea #C1614B

Tints of Flame Pea #C1614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.55%

R = 52.88%
G = 26.58%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1614B (or 0xC1614B) is known color: Flame Pea. HEX triplet: C1, 61 and 4B. RGB value is (193,97,75). Sum of RGB (Red+Green+Blue) = 193+97+75=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1614B is #3E9EB4. Grayscale: #7B7B7B. Windows color (decimal): -4103861 or 4940225. OLE color: 4940225.

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

Color convert

RGB 193 97 75 -
CMYK 0 0.50 0.61 0.24
HSL 11.19º 0.49% 0.53% -
HSV(B) 11.19º 0.61% 0.76% -
XYZ 27.54 20.39 9.14 -
YUV 123.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 193 97 75 0 0.50 0.61 0.24 11.19 0.49 0.53
Hex C1 61 4B 0 32 3D 18 B 31 35
Octal 301 141 113 0 62 75 30 13 61 65
Binary 11000001 1100001 1001011 0 110010 111101 11000 1011 110001 110101

Color Harmonies of #C1614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1614B

Black with #C1614B

Text Example


Text Example

White with #C1614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1614B; }

 p { color: rgb(193,97,75); }

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

background-color css

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

 a { background-color: rgb(193,97,75); }

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

border-color css

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

 span { border-color: rgb(193,97,75); }

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